Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/arm/board/fvp/include/
Dfconf_hw_config_getter.h17 #define hw_config__topology_getter(prop) soc_topology.prop
55 extern struct hw_topology_t soc_topology;
/trusted-firmware-a-3.7.0/plat/arm/board/fvp/fconf/
Dfconf_hw_config_getter.c18 struct hw_topology_t soc_topology; variable
182 soc_topology.plat_max_pwr_level = max_pwr_lvl; in fconf_populate_topology()
183 soc_topology.plat_cluster_count = cluster_count; in fconf_populate_topology()
184 soc_topology.cluster_cpu_count = max_cpu_per_cluster; in fconf_populate_topology()
185 soc_topology.plat_cpu_count = total_cpu_count; in fconf_populate_topology()
/trusted-firmware-a-3.7.0/docs/components/fconf/
Dindex.rst68 /* read hw config dtb and fill soc_topology struct */
81 #define hw_config__topology_getter(prop) soc_topology.prop