SCBPTR           10494 dev/ic/aic79xx.c 	return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8));
SCBPTR           10502 dev/ic/aic79xx.c 	ahd_outb(ahd, SCBPTR, scbptr & 0xFF);
SCBPTR           10503 dev/ic/aic79xx.c 	ahd_outb(ahd, SCBPTR+1, (scbptr >> 8) & 0xFF);
SCBPTR            668 dev/ic/aic7xxx.c 		       ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR),
SCBPTR            979 dev/ic/aic7xxx.c 		scbptr = ahc_inb(ahc, SCBPTR);
SCBPTR            997 dev/ic/aic7xxx.c 		       ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR),
SCBPTR           1240 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, scbptr);
SCBPTR           2212 dev/ic/aic7xxx.c 	saved_scbptr = ahc_inb(ahc, SCBPTR);
SCBPTR           2219 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, i);
SCBPTR           2233 dev/ic/aic7xxx.c 	ahc_outb(ahc, SCBPTR, saved_scbptr);
SCBPTR           4172 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, i);
SCBPTR           4176 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, 0);
SCBPTR           4207 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, i);
SCBPTR           4241 dev/ic/aic7xxx.c 	ahc_outb(ahc, SCBPTR, i-1);
SCBPTR           5017 dev/ic/aic7xxx.c 		saved_scbptr = ahc_inb(ahc, SCBPTR);
SCBPTR           5018 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
SCBPTR           5020 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, saved_scbptr);
SCBPTR           5037 dev/ic/aic7xxx.c 		saved_scbptr = ahc_inb(ahc, SCBPTR);
SCBPTR           5038 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
SCBPTR           5040 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, saved_scbptr);
SCBPTR           5055 dev/ic/aic7xxx.c 		saved_scbptr = ahc_inb(ahc, SCBPTR);
SCBPTR           5056 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
SCBPTR           5058 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, saved_scbptr);
SCBPTR           5321 dev/ic/aic7xxx.c 	curscbptr = ahc_inb(ahc, SCBPTR);
SCBPTR           5328 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, next);
SCBPTR           5380 dev/ic/aic7xxx.c 	ahc_outb(ahc, SCBPTR, curscbptr);
SCBPTR           5503 dev/ic/aic7xxx.c 		active_scb = ahc_inb(ahc, SCBPTR);
SCBPTR           5511 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, next);
SCBPTR           5545 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, active_scb);
SCBPTR           5558 dev/ic/aic7xxx.c 	ahc_outb(ahc, SCBPTR, scbptr);
SCBPTR           5566 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, prev);
SCBPTR           5590 dev/ic/aic7xxx.c 		ahc_outb(ahc, FREE_SCBH, ahc_inb(ahc, SCBPTR));
SCBPTR           5607 dev/ic/aic7xxx.c 	curscb = ahc_inb(ahc, SCBPTR);
SCBPTR           5608 dev/ic/aic7xxx.c 	ahc_outb(ahc, SCBPTR, scbpos);
SCBPTR           5631 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, prev);
SCBPTR           5638 dev/ic/aic7xxx.c 	ahc_outb(ahc, SCBPTR, curscb);
SCBPTR           5670 dev/ic/aic7xxx.c 	active_scb = ahc_inb(ahc, SCBPTR);
SCBPTR           5742 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, i);
SCBPTR           5775 dev/ic/aic7xxx.c 	ahc_outb(ahc, SCBPTR, active_scb);
SCBPTR           6510 dev/ic/aic7xxx.c 	saved_scbptr = ahc_inb(ahc, SCBPTR);
SCBPTR           6522 dev/ic/aic7xxx.c 	       ahc_inb(ahc, SCBPTR));
SCBPTR           6570 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, scb_index);
SCBPTR           6580 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, scb_index);
SCBPTR           6600 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, scb_index);
SCBPTR           6608 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, i);
SCBPTR           6628 dev/ic/aic7xxx.c 			ahc_outb(ahc, SCBPTR, scb->hscb->tag);
SCBPTR           6664 dev/ic/aic7xxx.c 	ahc_outb(ahc, SCBPTR, saved_scbptr);
SCBPTR            513 dev/ic/aic7xxx_openbsd.c 			ahc_outb(ahc, SCBPTR, scb->hscb->tag);
SCBPTR            170 dev/ic/aic7xxx_seeprom.c 		ahc_outb(ahc, SCBPTR, 2);
SCBPTR           1349 dev/pci/ahc_pci.c 	ahc_outb(ahc, SCBPTR, 0);