Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat_topology.c52 int32_t cpus_off, cmap_off, cluster_off; in parse_dt_topology() local
78 cpus_off = fdt_path_offset(dtb, "/cpus"); in parse_dt_topology()
79 if (cpus_off < 0) { in parse_dt_topology()
80 ret = cpus_off; in parse_dt_topology()
85 cmap_off = fdt_subnode_offset(dtb, cpus_off, "cpu-map"); in parse_dt_topology()