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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg.h432 #define HOST_TQINPOS 0x80 macro
H A Daic7xxx_core.c6970 if ((ahc->tqinfifonext & (HOST_TQINPOS - 1)) == 1) {
6975 hs_mailbox &= ~HOST_TQINPOS;
6976 hs_mailbox |= ahc->tqinfifonext & HOST_TQINPOS;
6982 ahc->tqinfifonext & HOST_TQINPOS);

Completed in 99 milliseconds