Searched refs:ahd_inb (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx_inline.h127 mode_ptr = ahd_inb(ahd, MODE_PTR);
179 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0);
226 if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0)
530 return ((ahd_inb(ahd, port+1) << 8) | ahd_inb(ahd, port));
547 return ((ahd_inb(ahd, port))
548 | (ahd_inb(ahd, port+1) << 8)
549 | (ahd_inb(ahd, port+2) << 16)
550 | (ahd_inb(ahd, port+3) << 24));
565 return ((ahd_inb(ah
[all...]
H A Daic79xx.c279 packetized = ahd_inb(ahd, LQISTATE) != 0;
282 packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED;
294 active_fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO;
321 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
339 ahd_inb(ahd, SCSISEQ_TEMPLATE) & (ENSELI|ENRSELI|ENAUTOATNP));
365 if ((ahd_inb(ahd, SG_STATE) & FETCH_INPROG) != 0)
394 while ((ahd_inb(ahd, LQISTAT2) & LQIGSAVAIL) != 0) {
487 while (((ccscbctl = ahd_inb(ahd, CCSCBCTL)) & (CCARREN|CCSCBEN)) != 0) {
600 || ((ahd_inb(ahd, LONGJMP_ADDR+1) & INVALID_ADDR) != 0
601 && (ahd_inb(ah
[all...]
H A Daic79xx_pci.c484 hcntrl = ahd_inb(ahd, HCNTRL);
503 targpcistat = ahd_inb(ahd, TARGPCISTAT);
517 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) {
521 targpcistat = ahd_inb(ahd, TARGPCISTAT);
529 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) {
532 targpcistat = ahd_inb(ahd, TARGPCISTAT);
743 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
838 intstat = ahd_inb(ahd, INTSTAT);
854 pci_status[i] = ahd_inb(ahd, reg);
909 split_status[i] = ahd_inb(ah
[all...]
H A Daic79xx_osm.h157 #define ahd_inb(ahd, port) \ macro
190 ahd_inb(ahd, INTSTAT);
H A Daic79xx_osm.c1470 ahd_inb(ahd_ddb_softc, MODE_PTR));
1473 db_printf("%02x\n", ahd_inb(ahd_ddb_softc, addr));
1516 old_value = ahd_inb(ahd_ddb_softc, addr);
1529 (u_long)addr, ahd_inb(ahd_ddb_softc, MODE_PTR),

Completed in 188 milliseconds