Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv3_2/
H A Dmt_cpu_pm.c50 #define CPU_PM_PLAT_READY BIT(2) macro
54 #define CPU_PM_LP_READY (CPU_PM_INIT_READY | CPU_PM_PLAT_READY)
56 #define CPU_PM_LP_READY (CPU_PM_PLAT_READY)
410 cpu_pm_status |= CPU_PM_PLAT_READY; in cpupm_pwr_state_valid()
415 if ((cpu_pm_status & CPU_PM_PLAT_READY) == 0) { in cpupm_pwr_state_valid()
419 if (!IS_PLAT_SYSTEM_SUSPEND(afflv) && (cpu_pm_status & CPU_PM_PLAT_READY) == 0) { in cpupm_pwr_state_valid()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm.c55 #define CPU_PM_PLAT_READY BIT(2) macro
69 CPU_PM_PLAT_READY)
71 #define CPU_PM_LP_READY (CPU_PM_PLAT_READY)
755 cpu_pm_status |= CPU_PM_PLAT_READY; in cpupm_pwr_state_valid()