Home
last modified time | relevance | path

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

/drivers/pmdomain/apple/
Dpmgr-pwrstate.c33 #define APPLE_PMGR_PS_ACTIVE 0xf macro
63 if (reg & APPLE_PMGR_RESET && pstate != APPLE_PMGR_PS_ACTIVE) in apple_pmgr_ps_set()
101 return (FIELD_GET(APPLE_PMGR_PS_ACTUAL, reg) == APPLE_PMGR_PS_ACTIVE || in apple_pmgr_ps_is_active()
102 (FIELD_GET(APPLE_PMGR_PS_TARGET, reg) == APPLE_PMGR_PS_ACTIVE && in apple_pmgr_ps_is_active()
108 return apple_pmgr_ps_set(genpd, APPLE_PMGR_PS_ACTIVE, true); in apple_pmgr_ps_power_on()
233 if (ret == 0 && ps->min_state <= APPLE_PMGR_PS_ACTIVE) in apple_pmgr_ps_probe()