HomeSort by: relevance | last modified time | path
    Searched refs:ahd_inb (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_inline.h 126 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(ahd, port)
    [all...]
aic79xx.c 298 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(ahd, CCSCBCTL)) & (CCARREN|CCSCBEN)) != 0)
    [all...]
aic79xx_osm.h 209 #define ahd_inb(ahd, port) \ macro
242 ahd_inb(ahd, INTSTAT);
aic79xx_osm.c 667 if (ahd_inb(ahd, INTSTAT) & INT_PEND)
  /src/sys/dev/pci/
ahd_pci.c 601 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(ahd, DCHSPLTSTAT0)
    [all...]

Completed in 15 milliseconds