Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat_topology.c61 uint8_t *out_children_per_cluster, uint32_t max_clusters) in parse_dt_topology()
132 out_children_per_cluster[clusters] = cores; in parse_dt_topology()
145 if (out_children_per_cluster[i] != out_children_per_cluster[0]) { in parse_dt_topology()
148 i, out_children_per_cluster[i], in parse_dt_topology()
149 out_children_per_cluster[0]); in parse_dt_topology()
155 *out_cores_per_cluster = out_children_per_cluster[0]; in init_topology_from_dt()
49 parse_dt_topology(uint8_t * out_clusters,uint8_t * out_cores_per_cluster,uint8_t * out_children_per_cluster,uint32_t max_clusters) parse_dt_topology() argument