Searched refs:PMU_SLEEP_PD_CPU (Results 1 – 4 of 4) sorted by relevance
28 #define RTC_SLEEP_PD_CPU PMU_SLEEP_PD_CPU //!< Power down CPU when in lightsl…131 #define PMU_SLEEP_PD_CPU BIT(4) macro
267 .cpu_pd_en = ((pd_flags) & PMU_SLEEP_PD_CPU) ? 1 : 0, \
277 .cpu_pd_en = ((pd_flags) & PMU_SLEEP_PD_CPU) ? 1 : 0, \
927 if (pd_flags & PMU_SLEEP_PD_CPU) {1048 | PMU_SLEEP_PD_CPU | PMU_SLEEP_PD_MEM | PMU_SLEEP_PD_XTAL;