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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.c1667 } else if ((lqistat1 & (LQIPHASE_LQ|LQIPHASE_NLQ)) != 0) {
1817 lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ);
1916 * This will trigger the LQIPHASE_LQ status bit as the
1918 * busfree detection is enabled. Once LQIPHASE_LQ is
1920 * the same), we must clear LQIPHASE_LQ and hit
1932 * LQIPHASE_LQ will be asserted. We should respond to
1947 * will assert LQIPHASE_LQ. Recovery is then just as
2012 if ((lqistat1 & LQIPHASE_LQ) != 0) {
2013 printf("LQIRETRY for LQIPHASE_LQ\n");
H A Daic79xx_reg.h2859 #define LQIPHASE_LQ 0x80 macro

Completed in 122 milliseconds