Home
last modified time | relevance | path

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

/arch/arm/mach-omap2/
Dpm34xx.c199 int core_next_state = PWRDM_POWER_ON; in omap_sram_idle() local
226 core_next_state = pwrdm_read_next_pwrst(core_pwrdm); in omap_sram_idle()
237 if (core_next_state < PWRDM_POWER_ON) { in omap_sram_idle()
238 if (core_next_state == PWRDM_POWER_OFF) { in omap_sram_idle()
245 omap3_vc_set_pmic_signaling(core_next_state); in omap_sram_idle()
258 core_next_state == PWRDM_POWER_OFF) in omap_sram_idle()
277 core_next_state == PWRDM_POWER_OFF) in omap_sram_idle()
281 if (core_next_state < PWRDM_POWER_ON) { in omap_sram_idle()
Dvc.h122 void omap3_vc_set_pmic_signaling(int core_next_state);
Dvc.c237 void omap3_vc_set_pmic_signaling(int core_next_state) in omap3_vc_set_pmic_signaling() argument
247 switch (core_next_state) { in omap3_vc_set_pmic_signaling()