Home
last modified time | relevance | path

Searched refs:mcdi_hotplug_set (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/mt8183/drivers/mcdi/
H A Dmtk_mcdi.h27 void mcdi_hotplug_set(int cluster, int cpu_idx, bool on);
H A Dmtk_mcdi.c183 void mcdi_hotplug_set(int cluster, int cpu_idx, bool on) in mcdi_hotplug_set() function
/rk3399_ARM-atf/plat/mediatek/mt8183/
H A Dplat_pm.c257 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()