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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 543 * but LQOBUSFREE are handled by kernel interrupts.
544 * If we see LQOBUSFREE, return to the idle loop.
546 * the kernel will cleanup the LQOBUSFREE and we will
549 test LQOSTAT1, LQOBUSFREE jnz idle_loop;
aic79xx.reg 2192 field LQOBUSFREE 0x02
aic79xx_reg.h 2906 #define LQOBUSFREE 0x02
  /src/sys/dev/ic/
aic79xx.c 1690 packetized = (lqostat1 & LQOBUSFREE) != 0;
1984 if ((lqostat1 & LQOBUSFREE) != 0) {
2007 * up the queue, clear SELDO and LQOBUSFREE,
2015 panic("SCB not valid during LQOBUSFREE");
6317 * An interrupt from LQOBUSFREE is made redundant by the

Completed in 24 milliseconds