Searched refs:mpu_state (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | cpuidle34xx.c | 40 u8 mpu_state; member 65 .mpu_state = PWRDM_POWER_ON, 72 .mpu_state = PWRDM_POWER_ON, 77 .mpu_state = PWRDM_POWER_RET, 82 .mpu_state = PWRDM_POWER_OFF, 87 .mpu_state = PWRDM_POWER_RET, 92 .mpu_state = PWRDM_POWER_OFF, 97 .mpu_state = PWRDM_POWER_OFF, 122 pwrdm_set_next_pwrst(mpu_pd, cx->mpu_state); in omap3_enter_idle() 130 if (cx->mpu_state == PWRDM_POWER_OFF) in omap3_enter_idle() [all …]
|
D | cpuidle44xx.c | 32 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()
|