Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dcpuidle34xx.c41 u8 mpu_state; member
66 .mpu_state = PWRDM_POWER_ON,
73 .mpu_state = PWRDM_POWER_ON,
78 .mpu_state = PWRDM_POWER_RET,
83 .mpu_state = PWRDM_POWER_OFF,
88 .mpu_state = PWRDM_POWER_RET,
93 .mpu_state = PWRDM_POWER_OFF,
98 .mpu_state = PWRDM_POWER_OFF,
123 pwrdm_set_next_pwrst(mpu_pd, cx->mpu_state); in omap3_enter_idle()
131 if (cx->mpu_state == PWRDM_POWER_OFF) in omap3_enter_idle()
[all …]
Dcpuidle44xx.c33 u32 mpu_state; member
40 .mpu_state = PWRDM_POWER_ON,
45 .mpu_state = PWRDM_POWER_RET,
50 .mpu_state = PWRDM_POWER_RET,
58 .mpu_state = PWRDM_POWER_ON,
63 .mpu_state = PWRDM_POWER_RET,
107 omap_set_pwrdm_state(mpu_pd, cx->mpu_state); in omap_enter_idle_smp()
152 mpuss_can_lose_context = (cx->mpu_state == PWRDM_POWER_RET) && in omap_enter_idle_coupled()
165 omap_set_pwrdm_state(mpu_pd, cx->mpu_state); in omap_enter_idle_coupled()