Lines Matching refs:scbptr
207 u_int prev, u_int scbptr);
1476 u_int scbptr; in ahc_handle_seqint() local
1478 scbptr = ahc_inb(ahc, SCBPTR); in ahc_handle_seqint()
1480 scbptr, ahc_inb(ahc, ARG_1), in ahc_handle_seqint()
1481 ahc->scb_data->hscbs[scbptr].tag); in ahc_handle_seqint()
1714 u_int scbptr; in ahc_handle_scsiint() local
1736 scbptr = ahc_inb(ahc, WAITING_SCBH); in ahc_handle_scsiint()
1737 ahc_outb(ahc, SCBPTR, scbptr); in ahc_handle_scsiint()
1744 ahc_name(ahc), scbptr, scb_index); in ahc_handle_scsiint()
6203 ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr) in ahc_rem_scb_from_disc_list() argument
6207 ahc_outb(ahc, SCBPTR, scbptr); in ahc_rem_scb_from_disc_list()