Home
last modified time | relevance | path

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

/u-boot/board/emulation/qemu-ppce500/
A Dqemu-ppce500.c266 int cpu_node = fdt_first_subnode(fdt, cpus_node); in get_cpu_freq() local
268 return fdt_getprop_u32_default_node(fdt, cpu_node, 0, prop, 0); in get_cpu_freq()
299 int cpu_node = fdt_first_subnode(fdt, cpus_node); in get_tbclk() local
301 return fdt_getprop_u32_default_node(fdt, cpu_node, 0, prop, 0); in get_tbclk()
/u-boot/arch/mips/mach-octeon/
A Docteon_fdt.c178 int cpu_node; in __octeon_fdt_patch_rename() local
291 cpu_node = cvmx_fdt_get_cpu_node(fdt, offset); in __octeon_fdt_patch_rename()
292 if (cpu_node > 0) in __octeon_fdt_patch_rename()
294 cpu_node, reg); in __octeon_fdt_patch_rename()
297 debug("Renaming cpu node %d %s to %s\n", cpu_node, name, new_name); in __octeon_fdt_patch_rename()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-helper-gpio.h177 int cpu_node; /** CPU node for GPIO pin */ member

Completed in 9 milliseconds