Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/renesas/rcar_gen4/
H A Dplat_topology.c43 int32_t rcar_cluster_pos_by_mpidr(u_register_t mpidr) in rcar_cluster_pos_by_mpidr() function
/rk3399_ARM-atf/plat/renesas/rcar_gen4/include/
H A Drcar_private.h71 int32_t rcar_cluster_pos_by_mpidr(u_register_t mpidr);
/rk3399_ARM-atf/plat/renesas/rcar_gen5/include/
H A Drcar_private.h87 int32_t rcar_cluster_pos_by_mpidr(u_register_t mpidr);
/rk3399_ARM-atf/plat/renesas/rcar_gen5/
H A Dplat_topology.c90 int32_t rcar_cluster_pos_by_mpidr(u_register_t mpidr) in rcar_cluster_pos_by_mpidr() function
/rk3399_ARM-atf/drivers/renesas/rcar_gen4/pwrc/
H A Dpwrc.c273 int32_t cluster = rcar_cluster_pos_by_mpidr(mpidr); in rcar_pwrc_get_mpidr_cluster()