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

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx.c7762 if ((ahc->tqinfifonext & (HOST_TQINPOS - 1)) == 1) {
7767 hs_mailbox &= ~HOST_TQINPOS;
7768 hs_mailbox |= ahc->tqinfifonext & HOST_TQINPOS;
7774 ahc->tqinfifonext & HOST_TQINPOS);
H A Daic7xxx_reg.h1497 #define HOST_TQINPOS 0x80 macro
H A Daic79xx.c10274 if ((ahd->tqinfifonext & (HOST_TQINPOS - 1)) == 1) {
10278 hs_mailbox &= ~HOST_TQINPOS;
10279 hs_mailbox |= ahd->tqinfifonext & HOST_TQINPOS;
H A Daic79xx_reg.h2471 #define HOST_TQINPOS 0x80 macro

Completed in 202 milliseconds