Home
last modified time | relevance | path

Searched refs:coordinate_cluster (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/mt8195/
H A Dplat_pm.c32 #define coordinate_cluster(onoff) write_clusterpwrdn_el1(onoff) macro
33 #define coordinate_cluster_pwron() coordinate_cluster(1)
34 #define coordinate_cluster_pwroff() coordinate_cluster(0)
/rk3399_ARM-atf/plat/mediatek/mt8192/
H A Dplat_pm.c32 #define coordinate_cluster(onoff) write_clusterpwrdn_el1(onoff) macro
33 #define coordinate_cluster_pwron() coordinate_cluster(1)
34 #define coordinate_cluster_pwroff() coordinate_cluster(0)
/rk3399_ARM-atf/plat/mediatek/mt8186/
H A Dplat_pm.c28 #define coordinate_cluster(onoff) write_clusterpwrdn_el1(onoff) macro
29 #define coordinate_cluster_pwron() coordinate_cluster(1)
30 #define coordinate_cluster_pwroff() coordinate_cluster(0)
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv8_2/
H A Dpwr_ctrl.c54 #define coordinate_cluster(onoff) write_clusterpwrdn_el1(onoff) macro
55 #define coordinate_cluster_pwron() coordinate_cluster(1)
56 #define coordinate_cluster_pwroff() coordinate_cluster(0)
/rk3399_ARM-atf/plat/mediatek/lib/pm/armv9_0/
H A Dpwr_ctrl.c63 #define coordinate_cluster(onoff) \ macro
66 coordinate_cluster(1)
68 coordinate_cluster(0)