Lines Matching defs:sc_options
147 int sc_options; /* options for this instance. */
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)