Symbol: ahd_inb_scbram
sys/dev/ic/aic79xx.c
10415
return (ahd_inb_scbram(ahd, offset)
sys/dev/ic/aic79xx.c
10416
| (ahd_inb_scbram(ahd, offset+1) << 8));
sys/dev/ic/aic79xx.c
1187
ahd_inb_scbram(ahd, SCB_CONTROL)
sys/dev/ic/aic79xx.c
1299
ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID),
sys/dev/ic/aic79xx.c
1300
ahd_inb_scbram(ahd, SCB_LUN),
sys/dev/ic/aic79xx.c
1301
ahd_inb_scbram(ahd, SCB_CONTROL));
sys/dev/ic/aic79xx.c
1420
ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
sys/dev/ic/aic79xx.c
2485
} else if ((ahd_inb_scbram(ahd, SCB_CONTROL)
sys/dev/ic/aic79xx.c
3446
control = ahd_inb_scbram(ahd, SCB_CONTROL);
sys/dev/ic/aic79xx.c
3659
ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
sys/dev/ic/aic79xx.c
3668
ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
sys/dev/ic/aic79xx.c
463
if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
sys/dev/ic/aic79xx.c
464
&& ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
sys/dev/ic/aic79xx.c
465
|| (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR)
sys/dev/ic/aic79xx.c
477
ahd_inb_scbram(ahd, SCB_SGPTR)
sys/dev/ic/aic79xx.c
4810
ahd_inb_scbram(ahd, SCB_CONTROL) & mask);
sys/dev/ic/aic79xx.c
4885
sgptr = ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
sys/dev/ic/aic79xx.c
4887
&& (ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
sys/dev/ic/aic79xx.c
4989
ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
sys/dev/ic/aic79xx.c
5050
resid = (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 2) << 16)
sys/dev/ic/aic79xx.c
5051
| (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 1) << 8)
sys/dev/ic/aic79xx.c
5052
| ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT);
sys/dev/ic/aic79xx.c
553
*hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
sys/dev/ic/aic79xx.c
676
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1);
sys/dev/ic/aic79xx.c
720
resid |= ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
sys/dev/ic/aic79xx.c
844
ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
sys/dev/ic/aic79xx.c
855
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1);
sys/dev/ic/aic79xx.c
8761
ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT));
sys/dev/ic/aic79xx.c
8763
ahd_scb_control_print(ahd_inb_scbram(ahd, SCB_CONTROL),
sys/dev/ic/aic79xx.c
8765
ahd_scb_scsiid_print(ahd_inb_scbram(ahd, SCB_SCSIID),
sys/dev/ic/aic79xx.c
8899
ahd_inb_scbram(ahd, SCB_CDB_STORE),
sys/dev/ic/aic79xx.c
8900
ahd_inb_scbram(ahd, SCB_CDB_STORE+1),
sys/dev/ic/aic79xx.c
8901
ahd_inb_scbram(ahd, SCB_CDB_STORE+2),
sys/dev/ic/aic79xx.c
8902
ahd_inb_scbram(ahd, SCB_CDB_STORE+3),
sys/dev/ic/aic79xx.c
8903
ahd_inb_scbram(ahd, SCB_CDB_STORE+4),
sys/dev/ic/aic79xx.c
8904
ahd_inb_scbram(ahd, SCB_CDB_STORE+5));
sys/dev/ic/aic79xx.c
8936
ahd_inb_scbram(ahd, SCB_CONTROL),
sys/dev/ic/aic79xx.c
8937
ahd_inb_scbram(ahd, SCB_SCSIID),
sys/dev/ic/aic79xx_inline.h
147
u_int ahd_inb_scbram(struct ahd_softc *ahd, u_int offset);
sys/dev/pci/ahd_pci.c
726
nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
sys/dev/pci/ahd_pci.c
728
&& ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
sys/dev/pci/ahd_pci.c
729
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
sys/dev/pci/ahd_pci.c
730
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
sys/dev/pci/ahd_pci.c
731
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
sys/dev/pci/ahd_pci.c
732
|| (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
sys/dev/pci/ahd_pci.c
733
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
sys/dev/pci/ahd_pci.c
734
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
sys/dev/pci/ahd_pci.c
735
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
sys/dev/pci/ahd_pci.c
736
|| (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
sys/dev/pci/ahd_pci.c
737
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S'
sys/dev/pci/ahd_pci.c
738
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
sys/dev/pci/ahd_pci.c
739
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'I'))) {