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

/netbsd-current/sys/dev/ic/
H A Daic79xx_inline.h126 mode_ptr = ahd_inb(ahd, MODE_PTR);
178 return ((ahd_inb(ahd, HCNTRL) & PAUSE) != 0);
225 if ((ahd_inb(ahd, INTSTAT) & ~CMDCMPLT) == 0)
517 return ((ahd_inb(ahd, port+1) << 8) | ahd_inb(ahd, port));
530 return ((ahd_inb(ahd, port))
531 | (ahd_inb(ahd, port+1) << 8)
532 | (ahd_inb(ahd, port+2) << 16)
533 | (ahd_inb(ahd, port+3) << 24));
548 return ((ahd_inb(ah
[all...]
H A Daic79xx.c298 packetized = ahd_inb(ahd, LQISTATE) != 0;
301 packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED;
313 active_fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO;
340 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
358 ahd_inb(ahd, SCSISEQ_TEMPLATE) & (ENSELI|ENRSELI|ENAUTOATNP));
376 if ((ahd_inb(ahd, SG_STATE) & FETCH_INPROG) != 0)
411 while ((ahd_inb(ahd, LQISTAT2) & LQIGSAVAIL) != 0) {
415 scbid = (ahd_inb(ahd, GSFIFO+1) << 8)
416 | ahd_inb(ahd, GSFIFO);
484 while (((ccscbctl = ahd_inb(ah
[all...]
H A Daic79xx_osm.h209 #define ahd_inb(ahd, port) \ macro
242 ahd_inb(ahd, INTSTAT);
H A Daic79xx_osm.c667 if (ahd_inb(ahd, INTSTAT) & INT_PEND)
/netbsd-current/sys/dev/pci/
H A Dahd_pci.c601 hcntrl = ahd_inb(ahd, HCNTRL);
620 targpcistat = ahd_inb(ahd, TARGPCISTAT);
632 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) {
636 trgpcistat = ahd_inb(ahd, TARGPCISTAT);
644 if ((ahd_inb(ahd, INTSTAT) & PCIINT) != 0) {
647 targpcistat = ahd_inb(ahd, TARGPCISTAT);
863 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
960 intstat = ahd_inb(ahd, INTSTAT);
976 pci_status[i] = ahd_inb(ahd, reg);
1034 split_status[i] = ahd_inb(ah
[all...]

Completed in 214 milliseconds