HomeSort by: relevance | last modified time | path
    Searched refs:LQIPHASE_NLQ (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic79xx.reg 2047 field LQIPHASE_NLQ 0x40
aic79xx_reg.h 2824 #define LQIPHASE_NLQ 0x40
  /src/sys/dev/ic/
aic79xx.c 954 printf("%s: Assuming LQIPHASE_NLQ with "
1629 } else if ((lqistat1 & (LQIPHASE_LQ|LQIPHASE_NLQ)) != 0) {
1763 lqistat1 = ahd_inb(ahd, LQISTAT1) & ~(LQIPHASE_LQ|LQIPHASE_NLQ);
1886 * asserted, the hardware will assert LQIPHASE_NLQ.
1887 * We should respond to the LQIPHASE_NLQ with an
1957 } else if ((lqistat1 & LQIPHASE_NLQ) != 0) {
1958 printf("LQIRETRY for LQIPHASE_NLQ\n");

Completed in 23 milliseconds