Searched refs:aic_inb (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/aic/
H A Daic.c440 selid = aic_inb(aic, SELID) & ~(1 << aic->initiator);
471 aic_outb(aic, SCSISIGO, aic_inb(aic, SCSISIGI) | ATNO);
480 while (!(aic_inb(aic, DMASTAT) & INTSTAT) &&
481 !(aic_inb(aic, SSTAT0) & SPIORDY))
483 return !(aic_inb(aic, DMASTAT) & INTSTAT);
544 if (aic_inb(aic, SSTAT1) & SCSIPERR) {
550 aic_inb(aic, SCSIDAT);
554 aic->msg_buf[aic->msg_len++] = aic_inb(aic, SCSIBUS);
557 (void) aic_inb(aic, SCSIDAT);
589 (void) aic_inb(ai
[all...]
H A Daicvar.h131 #define aic_inb(aic, port) \ macro
H A Daic_cbus.c187 porta = aic_inb(aic, PORTA);
H A Daic_isa.c164 porta = aic_inb(aic, PORTA);

Completed in 15 milliseconds