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

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx.c984 printf("%s: Assuming LQIPHASE_NLQ with "
1678 } else if ((lqistat1 & (LQIPHASE_LQ|LQIPHASE_NLQ)) != 0) {
1830 lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ);
1956 * asserted, the hardware will assert LQIPHASE_NLQ.
1957 * We should respond to the LQIPHASE_NLQ with an
2029 } else if ((lqistat1 & LQIPHASE_NLQ) != 0) {
2030 printf("LQIRETRY for LQIPHASE_NLQ\n");
H A Daic79xx_reg.h2861 #define LQIPHASE_NLQ 0x40 macro

Completed in 165 milliseconds