Symbol: SCB_BASE
sys/dev/ic/aic79xx.c
553
*hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
sys/dev/ic/aic79xx.c
5566
ahd_outw(ahd, SCB_BASE, i);
sys/dev/ic/aic79xx.c
5568
ahd_outb(ahd, SCB_BASE+j, 0);
sys/dev/ic/aic79xx.c
5571
if (ahd_inw_scbram(ahd, SCB_BASE) != i)
sys/dev/ic/aic79xx.c
5574
if (ahd_inw_scbram(ahd, SCB_BASE) != 0)
sys/dev/ic/aic7xxx.c
4124
ahc_outb(ahc, SCB_BASE, i);
sys/dev/ic/aic7xxx.c
4125
if (ahc_inb(ahc, SCB_BASE) != i)
sys/dev/ic/aic7xxx.c
4128
if (ahc_inb(ahc, SCB_BASE) != 0)
sys/dev/ic/aic7xxx.c
4166
ahc_outb(ahc, SCB_BASE+j, 0xFF);
sys/dev/ic/aic7xxx_seeprom.c
167
if (ahc_inb(ahc, SCB_BASE) == 'A'
sys/dev/ic/aic7xxx_seeprom.c
168
&& ahc_inb(ahc, SCB_BASE + 1) == 'D'
sys/dev/ic/aic7xxx_seeprom.c
169
&& ahc_inb(ahc, SCB_BASE + 2) == 'P'
sys/dev/ic/aic7xxx_seeprom.c
170
&& ahc_inb(ahc, SCB_BASE + 3) == 'T') {
sys/dev/pci/ahc_pci.c
1338
ahc_outl(ahc, SCB_BASE, 0x5aa555aa);
sys/dev/pci/ahc_pci.c
1339
if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa)
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'))) {
sys/dev/pci/ahd_pci.c
746
*sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i);