SCB_BASE          562 dev/ic/aic79xx.c 			*hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
SCB_BASE         5590 dev/ic/aic79xx.c 		ahd_outw(ahd, SCB_BASE, i);
SCB_BASE         5592 dev/ic/aic79xx.c 			ahd_outb(ahd, SCB_BASE+j, 0);
SCB_BASE         5595 dev/ic/aic79xx.c 		if (ahd_inw_scbram(ahd, SCB_BASE) != i)
SCB_BASE         5598 dev/ic/aic79xx.c 		if (ahd_inw_scbram(ahd, SCB_BASE) != 0)
SCB_BASE         4173 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCB_BASE, i);
SCB_BASE         4174 dev/ic/aic7xxx.c 		if (ahc_inb(ahc, SCB_BASE) != i)
SCB_BASE         4177 dev/ic/aic7xxx.c 		if (ahc_inb(ahc, SCB_BASE) != 0)
SCB_BASE         4215 dev/ic/aic7xxx.c 			ahc_outb(ahc, SCB_BASE+j, 0xFF);
SCB_BASE          171 dev/ic/aic7xxx_seeprom.c 		if (ahc_inb(ahc, SCB_BASE) == 'A'
SCB_BASE          172 dev/ic/aic7xxx_seeprom.c 		 && ahc_inb(ahc, SCB_BASE + 1) == 'D'
SCB_BASE          173 dev/ic/aic7xxx_seeprom.c 		 && ahc_inb(ahc, SCB_BASE + 2) == 'P'
SCB_BASE          174 dev/ic/aic7xxx_seeprom.c 		 && ahc_inb(ahc, SCB_BASE + 3) == 'T') {
SCB_BASE         1350 dev/pci/ahc_pci.c 	ahc_outl(ahc, SCB_BASE, 0x5aa555aa);
SCB_BASE         1351 dev/pci/ahc_pci.c 	if (ahc_inl(ahc, SCB_BASE) != 0x5aa555aa)
SCB_BASE          721 dev/pci/ahd_pci.c 		nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
SCB_BASE          723 dev/pci/ahd_pci.c 		 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
SCB_BASE          724 dev/pci/ahd_pci.c 		   && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
SCB_BASE          725 dev/pci/ahd_pci.c 		   && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
SCB_BASE          726 dev/pci/ahd_pci.c 		   && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
SCB_BASE          727 dev/pci/ahd_pci.c 		  || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
SCB_BASE          728 dev/pci/ahd_pci.c 		   && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
SCB_BASE          729 dev/pci/ahd_pci.c 		   && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
SCB_BASE          730 dev/pci/ahd_pci.c 		   && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
SCB_BASE          731 dev/pci/ahd_pci.c 		  || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
SCB_BASE          732 dev/pci/ahd_pci.c 		   && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'S'
SCB_BASE          733 dev/pci/ahd_pci.c 		   && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
SCB_BASE          734 dev/pci/ahd_pci.c 		   && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'I'))) {
SCB_BASE          741 dev/pci/ahd_pci.c 				*sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i);