Searched refs:APPLE_PMGR_RESET (Results 1 – 1 of 1) sorted by relevance
20 #define APPLE_PMGR_RESET BIT(31) macro63 if (reg & APPLE_PMGR_RESET && pstate != APPLE_PMGR_PS_ACTIVE) in apple_pmgr_ps_set()130 regmap_update_bits(ps->regmap, ps->offset, APPLE_PMGR_FLAGS | APPLE_PMGR_RESET, in apple_pmgr_reset_assert()131 APPLE_PMGR_RESET); in apple_pmgr_reset_assert()146 regmap_update_bits(ps->regmap, ps->offset, APPLE_PMGR_FLAGS | APPLE_PMGR_RESET, 0); in apple_pmgr_reset_deassert()177 return !!(reg & APPLE_PMGR_RESET); in apple_pmgr_reset_status()