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

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

Completed in 178 milliseconds