Searched refs:mcdi_hotplug_clr (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/mcdi/ |
D | mtk_mcdi.h | 28 void mcdi_hotplug_clr(int cluster, int cpu_idx, bool on);
|
D | mtk_mcdi.c | 165 void mcdi_hotplug_clr(int cluster, int cpu_idx, bool on) in mcdi_hotplug_clr() function
|
/trusted-firmware-a-latest/plat/mediatek/mt8183/ |
D | plat_pm.c | 256 mcdi_hotplug_clr(cluster, CPU_IDX(cluster, cpu), OFF); in hotplug_ctrl_cluster_on() 279 mcdi_hotplug_clr(cluster, CPU_IDX(cluster, cpu), ON); in hotplug_ctrl_cpu_on_finish()
|