Symbol: BIU_BLOCK
sys/dev/ic/ispreg.h
106
#define BIU_ID_LO (BIU_BLOCK+0x0) /* R : Bus ID, Low */
sys/dev/ic/ispreg.h
107
#define BIU2100_FLASH_ADDR (BIU_BLOCK+0x0)
sys/dev/ic/ispreg.h
108
#define BIU_ID_HI (BIU_BLOCK+0x2) /* R : Bus ID, High */
sys/dev/ic/ispreg.h
109
#define BIU2100_FLASH_DATA (BIU_BLOCK+0x2)
sys/dev/ic/ispreg.h
110
#define BIU_CONF0 (BIU_BLOCK+0x4) /* R : Bus Configuration #0 */
sys/dev/ic/ispreg.h
111
#define BIU_CONF1 (BIU_BLOCK+0x6) /* R : Bus Configuration #1 */
sys/dev/ic/ispreg.h
112
#define BIU2100_CSR (BIU_BLOCK+0x6)
sys/dev/ic/ispreg.h
113
#define BIU_ICR (BIU_BLOCK+0x8) /* RW : Bus Interface Ctrl */
sys/dev/ic/ispreg.h
114
#define BIU_ISR (BIU_BLOCK+0xA) /* R : Bus Interface Status */
sys/dev/ic/ispreg.h
115
#define BIU_SEMA (BIU_BLOCK+0xC) /* RW : Bus Semaphore */
sys/dev/ic/ispreg.h
116
#define BIU_NVRAM (BIU_BLOCK+0xE) /* RW : Bus NVRAM */
sys/dev/ic/ispreg.h
120
#define BIU_REQINP (BIU_BLOCK+0x10) /* Request Queue In */
sys/dev/ic/ispreg.h
121
#define BIU_REQOUTP (BIU_BLOCK+0x12) /* Request Queue Out */
sys/dev/ic/ispreg.h
122
#define BIU_RSPINP (BIU_BLOCK+0x14) /* Response Queue In */
sys/dev/ic/ispreg.h
123
#define BIU_RSPOUTP (BIU_BLOCK+0x16) /* Response Queue Out */
sys/dev/ic/ispreg.h
125
#define BIU_R2HSTSLO (BIU_BLOCK+0x18)
sys/dev/ic/ispreg.h
126
#define BIU_R2HSTSHI (BIU_BLOCK+0x1A)
sys/dev/ic/ispreg.h
143
#define DFIFO_COMMAND (BIU_BLOCK+0x60) /* RW : Command FIFO Port */
sys/dev/ic/ispreg.h
145
#define DFIFO_DATA (BIU_BLOCK+0x62) /* RW : Data FIFO Port */
sys/dev/ic/ispreg.h
358
#define BIU2400_FLASH_ADDR (BIU_BLOCK+0x00)
sys/dev/ic/ispreg.h
359
#define BIU2400_FLASH_DATA (BIU_BLOCK+0x04)
sys/dev/ic/ispreg.h
360
#define BIU2400_CSR (BIU_BLOCK+0x08)
sys/dev/ic/ispreg.h
361
#define BIU2400_ICR (BIU_BLOCK+0x0C)
sys/dev/ic/ispreg.h
362
#define BIU2400_ISR (BIU_BLOCK+0x10)
sys/dev/ic/ispreg.h
364
#define BIU2400_REQINP (BIU_BLOCK+0x1C) /* Request Queue In */
sys/dev/ic/ispreg.h
365
#define BIU2400_REQOUTP (BIU_BLOCK+0x20) /* Request Queue Out */
sys/dev/ic/ispreg.h
366
#define BIU2400_RSPINP (BIU_BLOCK+0x24) /* Response Queue In */
sys/dev/ic/ispreg.h
367
#define BIU2400_RSPOUTP (BIU_BLOCK+0x28) /* Response Queue Out */
sys/dev/ic/ispreg.h
369
#define BIU2400_PRI_REQINP (BIU_BLOCK+0x2C) /* Priority Request Q In */
sys/dev/ic/ispreg.h
370
#define BIU2400_PRI_REQOUTP (BIU_BLOCK+0x30) /* Priority Request Q Out */
sys/dev/ic/ispreg.h
372
#define BIU2400_ATIO_RSPINP (BIU_BLOCK+0x3C) /* ATIO Queue In */
sys/dev/ic/ispreg.h
373
#define BIU2400_ATIO_RSPOUTP (BIU_BLOCK+0x40) /* ATIO Queue Out */
sys/dev/ic/ispreg.h
375
#define BIU2400_R2HSTSLO (BIU_BLOCK+0x44)
sys/dev/ic/ispreg.h
376
#define BIU2400_R2HSTSHI (BIU_BLOCK+0x46)
sys/dev/ic/ispreg.h
378
#define BIU2400_HCCR (BIU_BLOCK+0x48)
sys/dev/ic/ispreg.h
379
#define BIU2400_GPIOD (BIU_BLOCK+0x4C)
sys/dev/ic/ispreg.h
380
#define BIU2400_GPIOE (BIU_BLOCK+0x50)
sys/dev/ic/ispreg.h
381
#define BIU2400_HSEMA (BIU_BLOCK+0x58)
sys/dev/ic/ispreg.h
498
#define FPM_DIAG_CONFIG (BIU_BLOCK + 0x96)
sys/dev/ic/ispreg.h
501
#define FBM_CMD (BIU_BLOCK + 0xB8)
sys/dev/pci/isp_pci.c
1029
case BIU_BLOCK:
sys/dev/pci/isp_pci.c
531
pcs->pci_poff[BIU_BLOCK >> _BLK_REG_SHFT] = BIU_REGS_OFF;
sys/dev/pci/isp_pci.c
968
case BIU_BLOCK:
sys/dev/sbus/isp_sbus.c
196
sbc->sbus_poff[BIU_BLOCK >> _BLK_REG_SHFT] = BIU_REGS_OFF;