Searched refs:mpu_state (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A 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 in omap3_enter_idle() [all...] |
H A 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 RCU_NONIDLE(omap_set_pwrdm_state(mpu_pd, cx->mpu_state)); in omap_enter_idle_coupled() 181 RCU_NONIDLE(omap_set_pwrdm_state(mpu_pd, cx->mpu_state)); in omap_enter_idle_coupled() [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A 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 in omap3_enter_idle() [all...] |
H A 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() [all...] |
Completed in 2 milliseconds