Home
last modified time | relevance | path

Searched refs:SAVEPTRS (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic79xx.seq1866 * (SAVEPTRS interrupt), and that the transaction is a write
1877 test SEQINTSRC, SAVEPTRS jz main_isr;
1893 test SEQINTSRC, (CTXTDONE|SAVEPTRS) jnz interrupt_return;
1905 test SEQINTSRC, SAVEPTRS jnz saveptr_intr;
2000 test SEQINTSRC, SAVEPTRS jnz pkt_saveptrs;
2006 * can be sure it pertains to this FIFO. SAVEPTRS
2018 test SEQINTSRC, SAVEPTRS jnz pkt_saveptrs;
2027 * Either a SAVEPTRS interrupt condition is pending for this FIFO
2029 * between the two by capturing the state of the SAVEPTRS interrupt
2056 test REG0, SAVEPTRS jz unexpected_nonpkt_phase;
H A Daic79xx_reg.h2986 #define SAVEPTRS 0x20 macro
H A Daic79xx.reg2308 field SAVEPTRS 0x20
/openbsd/sys/dev/ic/
H A Daic79xx.c619 && (ahd_inb(ahd, SEQINTSRC) & (CFG4DATA|SAVEPTRS)) == 0)) in ahd_scb_active_in_fifo()
688 } else if ((seqintsrc & SAVEPTRS) != 0) { in ahd_run_data_fifo()