scbptr           10498 dev/ic/aic79xx.c ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr)
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            136 dev/ic/aic79xx_inline.h void	ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr);
scbptr            222 dev/ic/aic7xxx.c 						   u_int prev, u_int scbptr);
scbptr            977 dev/ic/aic7xxx.c 		u_int scbptr;
scbptr            979 dev/ic/aic7xxx.c 		scbptr = ahc_inb(ahc, SCBPTR);
scbptr            981 dev/ic/aic7xxx.c 		       scbptr, ahc_inb(ahc, ARG_1),
scbptr            982 dev/ic/aic7xxx.c 		       ahc->scb_data->hscbs[scbptr].tag);
scbptr           1217 dev/ic/aic7xxx.c 		u_int	scbptr;
scbptr           1239 dev/ic/aic7xxx.c 		scbptr = ahc_inb(ahc, WAITING_SCBH);
scbptr           1240 dev/ic/aic7xxx.c 		ahc_outb(ahc, SCBPTR, scbptr);
scbptr           1247 dev/ic/aic7xxx.c 			       ahc_name(ahc), scbptr, scb_index);
scbptr           5554 dev/ic/aic7xxx.c ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr)
scbptr           5558 dev/ic/aic7xxx.c 	ahc_outb(ahc, SCBPTR, scbptr);