Searched refs:inspect_node (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | prom_init.c | 98 static unsigned long inspect_node(phandle node, struct device_node *dad, 454 new_start = inspect_node(root, 0, mem_start, mem_end, &allnextp); in copy_device_tree() 460 inspect_node(phandle node, struct device_node *dad, in inspect_node() function 540 mem_start = inspect_node(child, np, mem_start, mem_end, in inspect_node()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | prom.c | 189 static unsigned long inspect_node(phandle, struct device_node *, unsigned long, 1850 new_start = inspect_node(root, 0, mem_start, mem_end, &allnextp); in copy_device_tree() 1857 inspect_node(phandle node, struct device_node *dad, in inspect_node() function 1939 mem_start = inspect_node(child, np, mem_start, mem_end, in inspect_node()
|