HomeSort by: relevance | last modified time | path
    Searched defs:sc_options (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/mac68k/dev/
aedvar.h 62 int sc_options; /* config options */ member in struct:aed_softc
sbcvar.h 64 int sc_options; /* options for this instance. */ member in struct:sbc_softc
75 * mechanism. The sc_options member of the softc is OR'd with
  /src/sys/arch/macppc/dev/
aedvar.h 62 int sc_options; /* config options */ member in struct:aed_softc
  /src/sys/arch/sun3/dev/
sivar.h 75 int sc_options; /* options for this instance */ member in struct:si_softc
si_sebuf.c 101 int sc_options; /* options for this instance */ member in struct:se_softc
177 sc->sc_options = cf->cf_flags;
179 sc->sc_options = se_options;
181 aprint_normal(": options=0x%x\n", sc->sc_options);
220 (sc->sc_options & SE_NO_DISCONNECT);
222 (sc->sc_options & SE_NO_PARITY_CHK) >> 8;
223 if (sc->sc_options & SE_FORCE_POLLING)
228 if (sc->sc_options & SE_DISABLE_DMA) {
  /src/sys/arch/news68k/dev/
si.c 68 int sc_options; member in struct:si_softc
142 sc->sc_options = cf->cf_flags;
144 sc->sc_options = si_options;
146 if (sc->sc_options != 0)
147 aprint_normal(": options=0x%x", sc->sc_options);
150 ncr_sc->sc_no_disconnect = (sc->sc_options & SI_NO_DISCONNECT);
151 ncr_sc->sc_parity_disable = (sc->sc_options & SI_NO_PARITY_CHK) >> 8;
152 if (sc->sc_options & SI_FORCE_POLLING)
163 if (sc->sc_options & SI_DISABLE_DMA)
  /src/sys/dev/isa/
nca_isa.c 86 int sc_options; member in struct:nca_isa_softc
399 esc->sc_options = 0x00000; /* no options */
401 esc->sc_options = 0x0ffff; /* all options except force poll */
404 sc->sc_no_disconnect = (esc->sc_options & NCA_NO_DISCONNECT);
405 sc->sc_parity_disable = (esc->sc_options & NCA_NO_PARITY_CHK) >> 8;
406 if (esc->sc_options & NCA_FORCE_POLLING)
  /src/sys/arch/mac68k/obio/
ascaudiovar.h 67 int sc_options; /* options for this instance. */ member in struct:ascaudio_softc
  /src/sys/arch/mac68k/nubus/
cpi_nubusvar.h 98 ulong sc_options; member in struct:cpi_softc
  /src/usr.bin/rdist/
defs.h 110 short sc_options; member in struct:subcmd
  /src/sys/arch/sparc/dev/
sw.c 168 int sc_options; /* options for this instance. */ member in struct:sw_softc
177 * mechanism. The sc_options member of the softc is OR'd with
269 sc->sc_options = sw_options;
297 sc->sc_options =
326 if ((sc->sc_options & SW_DO_RESELECT) == 0)
328 if ((sc->sc_options & SW_DMA_INTR) == 0)
357 if (sc->sc_options) {
359 SW_OPTIONS_BITS, sc->sc_options);
491 if ((sc->sc_options & SW_ENABLE_DMA) == 0)
  /src/sys/dev/vme/
si.c 147 int sc_options; /* options for this instance. */ member in struct:si_softc
156 * mechanism. The sc_options member of the softc is OR'd with
251 sc->sc_options = si_options;
270 sc->sc_options =
299 if ((sc->sc_options & SI_DO_RESELECT) == 0)
301 if ((sc->sc_options & SI_DMA_INTR) == 0)
331 if (sc->sc_options) {
332 snprintb(bits, sizeof(bits), SI_OPTIONS_BITS, sc->sc_options);
345 if (sc->sc_options & SI_DO_RESELECT) {
464 if ((sc->sc_options & SI_ENABLE_DMA) == 0
    [all...]

Completed in 18 milliseconds