Home
last modified time | relevance | path

Searched refs:BIU_BLOCK (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/dev/isp/
HDispreg.h94 #define BIU_BLOCK (0 << _BLK_REG_SHFT) macro
104 #define BIU_ID_LO (BIU_BLOCK+0x0) /* R : Bus ID, Low */
105 #define BIU2100_FLASH_ADDR (BIU_BLOCK+0x0)
106 #define BIU_ID_HI (BIU_BLOCK+0x2) /* R : Bus ID, High */
107 #define BIU2100_FLASH_DATA (BIU_BLOCK+0x2)
108 #define BIU_CONF0 (BIU_BLOCK+0x4) /* R : Bus Configuration #0 */
109 #define BIU_CONF1 (BIU_BLOCK+0x6) /* R : Bus Configuration #1 */
110 #define BIU2100_CSR (BIU_BLOCK+0x6)
111 #define BIU_ICR (BIU_BLOCK+0x8) /* RW : Bus Interface Ctrl */
112 #define BIU_ISR (BIU_BLOCK+0xA) /* R : Bus Interface Status */
[all …]
HDisp_pci.c728 pcs->pci_poff[BIU_BLOCK >> _BLK_REG_SHFT] = BIU_REGS_OFF; in isp_pci_attach()
1335 case BIU_BLOCK: in isp_pci_rd_reg_2400()
1395 case BIU_BLOCK: in isp_pci_wr_reg_2400()
HDisp_sbus.c190 sbs->sbus_poff[BIU_BLOCK >> _BLK_REG_SHFT] = BIU_REGS_OFF; in isp_sbus_attach()