Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/ti/k3/include/
H A Dsoc.h13 uint32_t get_plat_cluster_start_id(void);
/rk3399_ARM-atf/plat/ti/k3/common/
H A Dsoc.c23 uint32_t get_plat_cluster_start_id(void) in get_plat_cluster_start_id() function
H A Dk3_psci.c101 cluster_id = get_plat_cluster_start_id() + (cluster * 2); in k3_pwr_domain_off()