Home | History | Annotate | Download | only in ic

Lines Matching refs:ahd_inb

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))
549 | (ahd_inb(ahd, port+1) << 8)
550 | (ahd_inb(ahd, port+2) << 16)
551 | (((uint64_t)ahd_inb(ahd, port+3)) << 24)
552 | (((uint64_t)ahd_inb(ahd, port+4)) << 32)
553 | (((uint64_t)ahd_inb(ahd, port+5)) << 40)
554 | (((uint64_t)ahd_inb(ahd, port+6)) << 48)
555 | (((uint64_t)ahd_inb(ahd, port+7)) << 56));
576 return (ahd_inb(ahd, SCBPTR) | (ahd_inb(ahd, SCBPTR + 1) << 8));
603 return (ahd_inb(ahd, HESCB_QOFF));
634 return (ahd_inb(ahd, SESCB_QOFF));
648 return (ahd_inb(ahd, SDSCB_QOFF) | (ahd_inb(ahd, SDSCB_QOFF + 1) << 8));
678 value = ahd_inb(ahd, offset);
680 ahd_inb(ahd, MODE_PTR);
907 intstat = ahd_inb(ahd, INTSTAT);
930 if (ahd_inb(ahd, SEQINTCODE) != NO_SEQINT)