Home
last modified time | relevance | path

Searched refs:SR_IMMED (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dncr5380sbc.c662 sr->sr_flags = (flags & XS_CTL_POLL) ? SR_IMMED : 0; in ncr5380_scsipi_request()
664 sr->sr_flags |= SR_IMMED; /* no disconnect */ in ncr5380_scsipi_request()
908 if (sr->sr_flags & SR_IMMED) { in ncr5380_sched()
1035 if ((sr->sr_flags & SR_IMMED) == 0) { in ncr5380_sched()
1867 if (sr->sr_flags & (SR_IMMED)) in ncr5380_msg_out()
2288 if ((sr->sr_flags & SR_IMMED) == 0) { in ncr5380_machine()
H A Dsunscpal.c262 ((sr->sr_flags & SR_IMMED) ? 0 : SUNSCPAL_ICR_INTERRUPT_ENABLE); in sunscpal_dma_start()
780 sr->sr_flags = (flags & XS_CTL_POLL) ? SR_IMMED : 0; in sunscpal_scsipi_request()
1015 if (sr->sr_flags & SR_IMMED) { in sunscpal_sched()
1141 if ((sr->sr_flags & SR_IMMED) == 0) { in sunscpal_sched()
1774 if ((sr->sr_flags & SR_IMMED) == 0) { in sunscpal_machine()
H A Dncr5380var.h105 #define SR_IMMED 1 /* Immediate command */ macro
H A Dsunscpalvar.h151 #define SR_IMMED 1 /* Immediate command */ macro
/netbsd-src/sys/dev/scsipi/
H A Dscsi_tape.h92 #define SR_IMMED 0x01 macro
H A Dst.c1876 cmd.byte2 = SR_IMMED; in st_write_filemarks()
1953 cmd.byte2 = SR_IMMED; in st_load()
1988 immediate = SR_IMMED; in st_rewind()
/netbsd-src/sys/arch/vax/vsa/
H A Dncr.c264 if (sr->sr_flags & SR_IMMED) in si_dma_alloc()
/netbsd-src/sys/arch/mac68k/dev/
H A Dsbc.c644 if (sr->sr_flags & SR_IMMED) in sbc_dma_alloc()
704 * We shouldn't arrive here; if SR_IMMED is set, then in sbc_dma_start()