Symbol: SCB_BASE
sys/dev/aic7xxx/aic79xx.c
526
*hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
sys/dev/aic7xxx/aic79xx.c
5544
ahd_outw(ahd, SCB_BASE, i);
sys/dev/aic7xxx/aic79xx.c
5546
ahd_outb(ahd, SCB_BASE+j, 0);
sys/dev/aic7xxx/aic79xx.c
5549
if (ahd_inw_scbram(ahd, SCB_BASE) != i)
sys/dev/aic7xxx/aic79xx.c
5552
if (ahd_inw_scbram(ahd, SCB_BASE) != 0)
sys/dev/aic7xxx/aic79xx_pci.c
617
nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
sys/dev/aic7xxx/aic79xx_pci.c
619
&& ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
sys/dev/aic7xxx/aic79xx_pci.c
620
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
sys/dev/aic7xxx/aic79xx_pci.c
621
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
sys/dev/aic7xxx/aic79xx_pci.c
622
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
sys/dev/aic7xxx/aic79xx_pci.c
623
|| (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
sys/dev/aic7xxx/aic79xx_pci.c
624
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
sys/dev/aic7xxx/aic79xx_pci.c
625
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
sys/dev/aic7xxx/aic79xx_pci.c
626
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
sys/dev/aic7xxx/aic79xx_pci.c
627
|| (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
sys/dev/aic7xxx/aic79xx_pci.c
628
&& ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S'
sys/dev/aic7xxx/aic79xx_pci.c
629
&& ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
sys/dev/aic7xxx/aic79xx_pci.c
630
&& ahd_inb_scbram(ahd, SCB_BASE + 3) == 'I'))) {
sys/dev/aic7xxx/aic79xx_pci.c
637
*sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i);
sys/dev/aic7xxx/aic7xxx.c
4205
ahc_outb(ahc, SCB_BASE, i);
sys/dev/aic7xxx/aic7xxx.c
4206
if (ahc_inb(ahc, SCB_BASE) != i)
sys/dev/aic7xxx/aic7xxx.c
4209
if (ahc_inb(ahc, SCB_BASE) != 0)
sys/dev/aic7xxx/aic7xxx.c
4245
ahc_outb(ahc, SCB_BASE+j, 0xFF);
sys/dev/aic7xxx/aic7xxx_pci.c
1307
ahc_outl(ahc, SCB_BASE, 0x5aa555aa);
sys/dev/aic7xxx/aic7xxx_pci.c
1308
if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa)
sys/dev/aic7xxx/aic7xxx_pci.c
1410
if (ahc_inb(ahc, SCB_BASE) == 'A'
sys/dev/aic7xxx/aic7xxx_pci.c
1411
&& ahc_inb(ahc, SCB_BASE + 1) == 'D'
sys/dev/aic7xxx/aic7xxx_pci.c
1412
&& ahc_inb(ahc, SCB_BASE + 2) == 'P'
sys/dev/aic7xxx/aic7xxx_pci.c
1413
&& ahc_inb(ahc, SCB_BASE + 3) == 'T') {