Lines Matching defs:ahc_inb
400 ahc_inb(struct ahc_softc * ahc, long port)
449 *array++ = ahc_inb(ahc, port);
2171 if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) {
2174 bus_scb = ahc_lookup_scb(ahc, ahc_inb(ahc, SCB_TAG));
2178 && ahc_inb(ahc, SAVED_SCSIID) == pending_scb->hscb->scsiid
2179 && ahc_inb(ahc, SAVED_LUN) == SCB_GET_LUN(pending_scb))
2191 last_phase = ahc_inb(ahc, LASTPHASE);
2192 saved_scbptr = ahc_inb(ahc, SCBPTR);
2193 active_scb_index = ahc_inb(ahc, SCB_TAG);
2194 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID);
2255 ahc_inb(ahc, SCB_CONTROL)|MK_MESSAGE);
2514 mode = ahc_inb(ahc, SBLKCTL);