Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dzynqmpbif.c114 for (i = 0; i < ARRAY_SIZE(dest_cpus); i++) { in parse_dest_cpu()
115 if (!strncmp(line, dest_cpus[i], strlen(dest_cpus[i]))) { in parse_dest_cpu()
117 return line + strlen(dest_cpus[i]); in parse_dest_cpu()
121 if (!strncmp(dest_cpus[i], "a5x", 3)) { in parse_dest_cpu()
124 a53[4] = dest_cpus[i][4]; in parse_dest_cpu()
H A Dzynqmpimage.h92 static const char *dest_cpus[0x10] = { variable
H A Dzynqmpimage.c161 dest_cpus[(attr & PART_ATTR_DEST_CPU_MASK) >> 8], in print_partition()