Searched refs:PMU_SLEEP_PD_VDDSDIO (Results 1 – 4 of 4) sorted by relevance
27 #define RTC_SLEEP_PD_VDDSDIO PMU_SLEEP_PD_VDDSDIO //!< Power down VDDSDIO regulator128 #define PMU_SLEEP_PD_VDDSDIO BIT(1) macro
265 .vdd_spi_pd_en = ((pd_flags) & PMU_SLEEP_PD_VDDSDIO) ? 1 : 0, \
275 .vdd_spi_pd_en = ((pd_flags) & PMU_SLEEP_PD_VDDSDIO) ? 1 : 0, \
918 if(!(pd_flags & PMU_SLEEP_PD_VDDSDIO)) {942 if(!(pd_flags & PMU_SLEEP_PD_VDDSDIO)) {1047 …uint32_t force_pd_flags = PMU_SLEEP_PD_TOP | PMU_SLEEP_PD_VDDSDIO | PMU_SLEEP_PD_MODEM | PMU_SLEEP…