Lines Matching defs:ahc_inb
399 ahc_inb(struct ahc_softc * ahc, long port)
448 *array++ = ahc_inb(ahc, port);
2173 if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) {
2176 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG));
2180 && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid
2181 && ahc_inb(ahc, SAVED_LUN) == SCB_GET_LUN(pending_scb))
2193 last_phase = ahc_inb(ahc, LASTPHASE);
2194 saved_scbptr = ahc_inb(ahc, SCBPTR);
2195 active_scb_index = ahc_inb(ahc, SCB_TAG);
2196 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID);
2257 ahc_inb(ahc, SCB_CONTROL)|MK_MESSAGE);
2511 mode = ahc_inb(ahc, SBLKCTL);