Home
last modified time | relevance | path

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

/linux/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c21 #define APPLE_PMGR_AUTO_ENABLE BIT(28) macro
67 reg &= ~(APPLE_PMGR_AUTO_ENABLE | APPLE_PMGR_FLAGS | APPLE_PMGR_PS_TARGET); in apple_pmgr_ps_set()
85 reg |= APPLE_PMGR_AUTO_ENABLE; in apple_pmgr_ps_set()
103 reg & APPLE_PMGR_AUTO_ENABLE)); in apple_pmgr_ps_is_active()
249 regmap_update_bits(regmap, ps->offset, APPLE_PMGR_FLAGS | APPLE_PMGR_AUTO_ENABLE, in apple_pmgr_ps_probe()
250 APPLE_PMGR_AUTO_ENABLE); in apple_pmgr_ps_probe()