Searched refs:psci_state (Results 1 – 8 of 8) sorted by relevance
| /rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/cpcv3_2/ |
| H A D | mt_cpu_pm.c | 201 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 D | pwr.c | 47 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 D | pwr_topology.h | 31 const mtk_pstate_type psci_state,
|
| /rk3399_ARM-atf/plat/mediatek/drivers/cpu_pm/topology/group_4_3_1/ |
| H A D | pwr.c | 61 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 D | mt_cpu_pm.c | 534 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 D | mtk_pm.h | 126 const mtk_pstate_type psci_state,
|
| /rk3399_ARM-atf/plat/mediatek/lib/pm/armv8_2/ |
| H A D | pwr_ctrl.c | 80 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 D | mtk_pm.h | 206 const mtk_pstate_type psci_state,
|