Home
last modified time | relevance | path

Searched refs:psci_state (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv3_2/
H A Dmt_cpu_pm.c201 static unsigned int cpupm_do_pstate_off(const mtk_pstate_type psci_state, in cpupm_do_pstate_off() argument
249 if (psci_get_pstate_pwrlvl(psci_state) >= PLAT_MT_CPU_SUSPEND_CLUSTER) { in cpupm_do_pstate_off()
256 static unsigned int cpupm_do_pstate_on(const mtk_pstate_type psci_state, in cpupm_do_pstate_on() argument
338 const mtk_pstate_type psci_state, in cpupm_get_pstate() argument
351 pstate = cpupm_do_pstate_off(psci_state, state); in cpupm_get_pstate()
353 pstate = cpupm_do_pstate_on(psci_state, state); in cpupm_get_pstate()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/topology/default/
H A Dpwr.c47 const mtk_pstate_type psci_state, in pwr_domain_coordination() argument
81 if (psci_get_pstate_pwrlvl(psci_state) >= PLAT_MT_CPU_SUSPEND_CLUSTER) in pwr_domain_coordination()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/topology/inc/
H A Dpwr_topology.h31 const mtk_pstate_type psci_state,
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/topology/group_4_3_1/
H A Dpwr.c61 const mtk_pstate_type psci_state, in pwr_domain_coordination() argument
99 if (psci_get_pstate_pwrlvl(psci_state) >= PLAT_MT_CPU_SUSPEND_CLUSTER) in pwr_domain_coordination()
/rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv5_4/
H A Dmt_cpu_pm.c534 static unsigned int cpupm_do_pstate_off(const mtk_pstate_type psci_state, in cpupm_do_pstate_off() argument
564 psci_state, in cpupm_do_pstate_off()
573 static unsigned int cpupm_do_pstate_on(const mtk_pstate_type psci_state, in cpupm_do_pstate_on() argument
602 psci_state, in cpupm_do_pstate_on()
699 const mtk_pstate_type psci_state, in cpupm_get_pstate() argument
711 pstate = cpupm_do_pstate_off(psci_state, state); in cpupm_get_pstate()
713 pstate = cpupm_do_pstate_on(psci_state, state); in cpupm_get_pstate()
/rk3399_ARM-atf/plat/mediatek/lib/pm/
H A Dmtk_pm.h126 const mtk_pstate_type psci_state,
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv8_2/
H A Dpwr_ctrl.c80 static unsigned int get_mediatek_pstate(unsigned int domain, unsigned int psci_state, in get_mediatek_pstate() argument
84 return mtk_cpu_pwr.ops->get_pstate(domain, psci_state, state); in get_mediatek_pstate()
/rk3399_ARM-atf/plat/mediatek/include/lib/pm/
H A Dmtk_pm.h206 const mtk_pstate_type psci_state,