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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 1618 * (SAVEPTRS interrupt), and that the transaction is a write
1629 test SEQINTSRC, SAVEPTRS jz main_isr;
1645 test SEQINTSRC, (CTXTDONE|SAVEPTRS) jnz snapshot_data_valid;
1657 test SEQINTSRC, SAVEPTRS jnz saveptr_intr;
1752 test SEQINTSRC, SAVEPTRS jnz pkt_saveptrs;
1758 * can be sure it pertains to this FIFO. SAVEPTRS
1770 test SEQINTSRC, SAVEPTRS jnz pkt_saveptrs;
1779 * Either a SAVEPTRS interrupt condition is pending for this FIFO
1781 * between the two by capturing the state of the SAVEPTRS interrupt
1808 test REG0, SAVEPTRS jz unexpected_nonpkt_phase
    [all...]
aic79xx.reg 2316 field SAVEPTRS 0x20
aic79xx_reg.h 2950 #define SAVEPTRS 0x20
  /src/sys/dev/ic/
aic79xx.c 560 * a pending SAVEPTRS or CFG4DATA interrupt.
564 && (ahd_inb(ahd, SEQINTSRC) & (CFG4DATA|SAVEPTRS)) == 0))
634 } else if ((seqintsrc & SAVEPTRS) != 0) {

Completed in 58 milliseconds