Home
last modified time | relevance | path

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

/linux-4.4.14/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.c32 u32 mpu_state; member
38 .mpu_state = PWRDM_POWER_ON,
43 .mpu_state = PWRDM_POWER_RET,
48 .mpu_state = PWRDM_POWER_RET,
110 mpuss_can_lose_context = (cx->mpu_state == PWRDM_POWER_RET) && in omap_enter_idle_coupled()
123 omap_set_pwrdm_state(mpu_pd, cx->mpu_state); in omap_enter_idle_coupled()