Searched refs:mpu_state (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm/mach-omap2/ |
D | cpuidle34xx.c | 38 u8 mpu_state; member 63 .mpu_state = PWRDM_POWER_ON, 70 .mpu_state = PWRDM_POWER_ON, 75 .mpu_state = PWRDM_POWER_RET, 80 .mpu_state = PWRDM_POWER_OFF, 85 .mpu_state = PWRDM_POWER_RET, 90 .mpu_state = PWRDM_POWER_OFF, 95 .mpu_state = PWRDM_POWER_OFF, 121 pwrdm_set_next_pwrst(mpu_pd, cx->mpu_state); in omap3_enter_idle() 129 if (cx->mpu_state == PWRDM_POWER_OFF) { in omap3_enter_idle() [all …]
|
D | cpuidle44xx.c | 30 u32 mpu_state; member 37 .mpu_state = PWRDM_POWER_ON, 42 .mpu_state = PWRDM_POWER_RET, 47 .mpu_state = PWRDM_POWER_RET, 55 .mpu_state = PWRDM_POWER_ON, 60 .mpu_state = PWRDM_POWER_RET, 104 omap_set_pwrdm_state(mpu_pd, cx->mpu_state); in omap_enter_idle_smp() 150 mpuss_can_lose_context = (cx->mpu_state == PWRDM_POWER_RET) && in omap_enter_idle_coupled() 169 omap_set_pwrdm_state(mpu_pd, cx->mpu_state); in omap_enter_idle_coupled() 181 omap_set_pwrdm_state(mpu_pd, cx->mpu_state); in omap_enter_idle_coupled()
|