Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm.h220 #define PER_CPU_STATUS_S2IDLE BIT(0) macro
224 (PER_CPU_STATUS_S2IDLE | PER_CPU_STATUS_PDN)
H A Dmt_cpu_pm.c98 (PER_CPU_STATUS_S2IDLE | PER_CPU_STATUS_HOTPLUG))
104 & PER_CPU_STATUS_S2IDLE)) { \
1005 cpu_stage[cpuid].cpu_status |= PER_CPU_STATUS_S2IDLE; in cpupm_set_suspend_state()
1007 cpu_stage[cpuid].cpu_status &= ~PER_CPU_STATUS_S2IDLE; in cpupm_set_suspend_state()