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

  /src/sys/dev/isa/
ym.c 287 sc->sc_on_blocks = sc->sc_turning_off =
1135 if (sc->sc_turning_off)
1313 DVNAME(sc), sc->sc_turning_off));
1321 parts = sc->sc_turning_off;
1335 (sc->sc_on_blocks & ~sc->sc_turning_off &
1352 if (((sc->sc_on_blocks &= ~sc->sc_turning_off) & YM_POWER_ACTIVE) == 0)
1355 sc->sc_turning_off = 0;
1384 if (onoff && sc->sc_turning_off && (sc->sc_turning_off &= ~parts) == 0)
1388 if (!onoff && sc->sc_turning_off)
    [all...]
ymvar.h 207 uint16_t sc_turning_off; member in struct:ym_softc

Completed in 13 milliseconds