Symbol: BIU_BLOCK
sys/dev/isp/isp_pci.c
770
case BIU_BLOCK:
sys/dev/isp/isp_pci.c
785
case BIU_BLOCK:
sys/dev/isp/ispreg.h
100
#define BIU2400_PRI_REQOUTP (BIU_BLOCK+0x30) /* Priority Request Q Out */
sys/dev/isp/ispreg.h
102
#define BIU2400_ATIO_RSPINP (BIU_BLOCK+0x3C) /* ATIO Queue In */
sys/dev/isp/ispreg.h
103
#define BIU2400_ATIO_RSPOUTP (BIU_BLOCK+0x40) /* ATIO Queue Out */
sys/dev/isp/ispreg.h
105
#define BIU2400_R2HSTS (BIU_BLOCK+0x44) /* RISC to Host Status */
sys/dev/isp/ispreg.h
107
#define BIU2400_HCCR (BIU_BLOCK+0x48) /* Host Command and Control Status */
sys/dev/isp/ispreg.h
108
#define BIU2400_GPIOD (BIU_BLOCK+0x4C) /* General Purpose I/O Data */
sys/dev/isp/ispreg.h
109
#define BIU2400_GPIOE (BIU_BLOCK+0x50) /* General Purpose I/O Enable */
sys/dev/isp/ispreg.h
110
#define BIU2400_IOBBA (BIU_BLOCK+0x54) /* I/O Bus Base Address */
sys/dev/isp/ispreg.h
111
#define BIU2400_HSEMA (BIU_BLOCK+0x58) /* Host-to-Host Semaphore */
sys/dev/isp/ispreg.h
88
#define BIU2400_FLASH_ADDR (BIU_BLOCK+0x00) /* Flash Access Address */
sys/dev/isp/ispreg.h
89
#define BIU2400_FLASH_DATA (BIU_BLOCK+0x04) /* Flash Data */
sys/dev/isp/ispreg.h
90
#define BIU2400_CSR (BIU_BLOCK+0x08) /* ISP Control/Status */
sys/dev/isp/ispreg.h
91
#define BIU2400_ICR (BIU_BLOCK+0x0C) /* ISP to PCI Interrupt Control */
sys/dev/isp/ispreg.h
92
#define BIU2400_ISR (BIU_BLOCK+0x10) /* ISP to PCI Interrupt Status */
sys/dev/isp/ispreg.h
94
#define BIU2400_REQINP (BIU_BLOCK+0x1C) /* Request Queue In */
sys/dev/isp/ispreg.h
95
#define BIU2400_REQOUTP (BIU_BLOCK+0x20) /* Request Queue Out */
sys/dev/isp/ispreg.h
96
#define BIU2400_RSPINP (BIU_BLOCK+0x24) /* Response Queue In */
sys/dev/isp/ispreg.h
97
#define BIU2400_RSPOUTP (BIU_BLOCK+0x28) /* Response Queue Out */
sys/dev/isp/ispreg.h
99
#define BIU2400_PRI_REQINP (BIU_BLOCK+0x2C) /* Priority Request Q In */