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

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c1675 } else if ((lqistat1 & (LQIPHASE_LQ|LQIPHASE_NLQ)) != 0) {
1826 lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ);
1925 * This will trigger the LQIPHASE_LQ status bit as the
1927 * busfree detection is enabled. Once LQIPHASE_LQ is
1929 * the same), we must clear LQIPHASE_LQ and hit
1941 * LQIPHASE_LQ will be asserted. We should respond to
1956 * will assert LQIPHASE_LQ. Recovery is then just as
2021 if ((lqistat1 & LQIPHASE_LQ) != 0) {
2022 printf("LQIRETRY for LQIPHASE_LQ\n");
H A Daic79xx_reg.h2860 #define LQIPHASE_LQ 0x80 macro

Completed in 221 milliseconds