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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 1629 test SEQINTSRC, SAVEPTRS jz main_isr;
1645 test SEQINTSRC, (CTXTDONE|SAVEPTRS) jnz snapshot_data_valid;
1655 test SEQINTSRC, CFG4DATA jnz cfg4data_intr;
1656 test SEQINTSRC, CFG4ISTAT jnz cfg4istat_intr;
1657 test SEQINTSRC, SAVEPTRS jnz saveptr_intr;
1658 test SEQINTSRC, CFG4ICMD jnz cfg4icmd_intr;
1752 test SEQINTSRC, SAVEPTRS jnz pkt_saveptrs;
1770 test SEQINTSRC, SAVEPTRS jnz pkt_saveptrs;
1790 mov REG0, SEQINTSRC;
1831 test SEQINTSRC, CTXTDONE jnz pkt_ctxt_done
    [all...]
aic79xx.reg 2311 register SEQINTSRC {
aic79xx_reg.h 782 ahd_print_register(NULL, 0, "SEQINTSRC", 0x5b, regvalue, cur_col, wrap)
2948 #define SEQINTSRC 0x5b
  /src/sys/dev/ic/
aic79xx.c 564 && (ahd_inb(ahd, SEQINTSRC) & (CFG4DATA|SAVEPTRS)) == 0))
584 u_int seqintsrc; local in function:ahd_run_data_fifo
587 seqintsrc = ahd_inb(ahd, SEQINTSRC);
588 if ((seqintsrc & CFG4DATA) != 0) {
634 } else if ((seqintsrc & SAVEPTRS) != 0) {
8807 ahd_seqintsrc_print(ahd_inb(ahd, SEQINTSRC), &cur_col, 50);

Completed in 136 milliseconds