Searched refs:YM_POWER_ACTIVE (Results 1 – 2 of 2) sorted by relevance
235 #define YM_POWER_ACTIVE (0xffff & ~YM_POWER_3D) macro
314 if (sc->sc_on_blocks & YM_POWER_ACTIVE) in ym_attach()1352 if (((sc->sc_on_blocks &= ~sc->sc_turning_off) & YM_POWER_ACTIVE) == 0) in ym_powerdown_blocks()1406 if ((sc->sc_on_blocks & YM_POWER_ACTIVE) == 0) in ym_power_ctl()