Searched defs:ahc_outb (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c423 ahc_outb(struct ahc_softc * ahc, long port, uint8_t val) function
444 ahc_outb(ahc, port, *array++);
2253 ahc_outb(ahc, MSG_OUT, HOST_MSG);
2254 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
2300 ahc_outb(ahc, SCBPTR, pending_scb->hscb->tag);
2301 ahc_outb(ahc, SCB_CONTROL,
2316 ahc_outb(ahc, SCBPTR, saved_scbptr);

Completed in 67 milliseconds