Home
last modified time | relevance | path

Searched refs:HOST_TQINPOS (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1495 #define HOST_TQINPOS 0x80 macro
H A Daic7xxx.reg749 mask HOST_TQINPOS 0x80 /* Boundary at either 0 or 128 */
H A Daic79xx_reg.h2470 #define HOST_TQINPOS 0x80 macro
H A Daic79xx.reg282 mask HOST_TQINPOS 0x80 /* Boundary at either 0 or 128 */
H A Daic7xxx.seq550 and A, HOST_TQINPOS, HS_MAILBOX;
/openbsd/sys/dev/ic/
H A Daic7xxx.c7093 if ((ahc->tqinfifonext & (HOST_TQINPOS - 1)) == 1) { in ahc_run_tqinfifo()
7098 hs_mailbox &= ~HOST_TQINPOS; in ahc_run_tqinfifo()
7099 hs_mailbox |= ahc->tqinfifonext & HOST_TQINPOS; in ahc_run_tqinfifo()
7105 ahc->tqinfifonext & HOST_TQINPOS); in ahc_run_tqinfifo()
H A Daic79xx.c9680 if ((ahd->tqinfifonext & (HOST_TQINPOS - 1)) == 1) { in ahd_run_tqinfifo()
9684 hs_mailbox &= ~HOST_TQINPOS; in ahd_run_tqinfifo()
9685 hs_mailbox |= ahd->tqinfifonext & HOST_TQINPOS; in ahd_run_tqinfifo()