Searched refs:mcdi_hotplug_set (Results 1 – 3 of 3) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/drivers/mcdi/ |
A D | mtk_mcdi.h | 27 void mcdi_hotplug_set(int cluster, int cpu_idx, bool on);
|
A D | mtk_mcdi.c | 183 void mcdi_hotplug_set(int cluster, int cpu_idx, bool on) in mcdi_hotplug_set() function
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/ |
A D | plat_pm.c | 257 mcdi_hotplug_set(cluster, -1, ON); in hotplug_ctrl_cluster_on() 269 mcdi_hotplug_set(cluster, CPU_IDX(cluster, cpu), ON); in hotplug_ctrl_cpu_on() 291 mcdi_hotplug_set(cluster_off ? cluster : -1, in hotplug_ctrl_cluster_cpu_off()
|
Completed in 4 milliseconds