Searched refs:SEQINTSRC (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 1874 test SEQINTSRC, SAVEPTRS jz main_isr; 1890 test SEQINTSRC, (CTXTDONE|SAVEPTRS) jnz interrupt_return; 1900 test SEQINTSRC, CFG4DATA jnz cfg4data_intr; 1901 test SEQINTSRC, CFG4ISTAT jnz cfg4istat_intr; 1902 test SEQINTSRC, SAVEPTRS jnz saveptr_intr; 1903 test SEQINTSRC, CFG4ICMD jnz cfg4icmd_intr; 1997 test SEQINTSRC, SAVEPTRS jnz pkt_saveptrs; 2015 test SEQINTSRC, SAVEPTRS jnz pkt_saveptrs; 2035 mov REG0, SEQINTSRC; 2074 test SEQINTSRC, CTXTDONE jnz pkt_ctxt_done; [all …]
|
H A D | aic79xx.c | 592 && (ahd_inb(ahd, SEQINTSRC) & (CFG4DATA|SAVEPTRS)) == 0)) in ahd_scb_active_in_fifo() 614 seqintsrc = ahd_inb(ahd, SEQINTSRC); in ahd_run_data_fifo() 9100 ahd_seqintsrc_print(ahd_inb(ahd, SEQINTSRC), &cur_col, 50); in ahd_dump_card_state()
|
H A D | aic79xx_reg.h | 2982 #define SEQINTSRC 0x5b macro
|
H A D | aic79xx.reg | 2300 register SEQINTSRC {
|