Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq1863 * (SAVEPTRS interrupt), and that the transaction is a write
1874 test SEQINTSRC, SAVEPTRS jz main_isr;
1890 test SEQINTSRC, (CTXTDONE|SAVEPTRS) jnz interrupt_return;
1902 test SEQINTSRC, SAVEPTRS jnz saveptr_intr;
1997 test SEQINTSRC, SAVEPTRS jnz pkt_saveptrs;
2003 * can be sure it pertains to this FIFO. SAVEPTRS
2015 test SEQINTSRC, SAVEPTRS jnz pkt_saveptrs;
2024 * Either a SAVEPTRS interrupt condition is pending for this FIFO
2026 * between the two by capturing the state of the SAVEPTRS interrupt
2053 test REG0, SAVEPTRS jz unexpected_nonpkt_phase;
H A Daic79xx_reg.h2984 #define SAVEPTRS 0x20 macro
H A Daic79xx.c592 && (ahd_inb(ahd, SEQINTSRC) & (CFG4DATA|SAVEPTRS)) == 0)) in ahd_scb_active_in_fifo()
661 } else if ((seqintsrc & SAVEPTRS) != 0) { in ahd_run_data_fifo()
H A Daic79xx.reg2305 field SAVEPTRS 0x20