Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/kernel/
Ddevtree.c29 static void __init arc_set_early_base_baud(unsigned long dt_root) in arc_set_early_base_baud() argument
33 if (of_flat_dt_is_compatible(dt_root, "abilis,arc-tb10x")) in arc_set_early_base_baud()
35 else if (of_flat_dt_is_compatible(dt_root, "snps,arc-sdp")) in arc_set_early_base_baud()
41 #define arc_set_early_base_baud(dt_root) argument
67 unsigned long dt_root; in setup_machine_fdt() local
78 dt_root = of_get_flat_dt_root(); in setup_machine_fdt()
79 clk = of_get_flat_dt_prop(dt_root, "clock-frequency", &len); in setup_machine_fdt()
83 arc_set_early_base_baud(dt_root); in setup_machine_fdt()
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/
Dgamecube.c64 unsigned long dt_root; in gamecube_probe() local
66 dt_root = of_get_flat_dt_root(); in gamecube_probe()
67 if (!of_flat_dt_is_compatible(dt_root, "nintendo,gamecube")) in gamecube_probe()
Dwii.c208 unsigned long dt_root; in wii_probe() local
210 dt_root = of_get_flat_dt_root(); in wii_probe()
211 if (!of_flat_dt_is_compatible(dt_root, "nintendo,wii")) in wii_probe()
/linux-4.4.14/arch/arm/kernel/
Ddevtree.c229 unsigned long dt_root; in setup_machine_fdt() local
234 dt_root = of_get_flat_dt_root(); in setup_machine_fdt()
235 prop = of_get_flat_dt_prop(dt_root, "compatible", &size); in setup_machine_fdt()
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dsetup.c232 unsigned long dt_root; in ps3_probe() local
236 dt_root = of_get_flat_dt_root(); in ps3_probe()
237 if (!of_flat_dt_is_compatible(dt_root, "sony,ps3")) in ps3_probe()
/linux-4.4.14/drivers/of/
Dfdt.c705 unsigned long dt_root = of_get_flat_dt_root(); in of_flat_dt_get_machine_name() local
707 name = of_get_flat_dt_prop(dt_root, "model", NULL); in of_flat_dt_get_machine_name()
709 name = of_get_flat_dt_prop(dt_root, "compatible", NULL); in of_flat_dt_get_machine_name()
728 unsigned long dt_root; in of_flat_dt_match_machine() local
731 dt_root = of_get_flat_dt_root(); in of_flat_dt_match_machine()
733 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()
745 prop = of_get_flat_dt_prop(dt_root, "compatible", &size); in of_flat_dt_match_machine()
/linux-4.4.14/arch/powerpc/kernel/
Dprom.c572 unsigned long i, dt_root; in early_reserve_mem_dt() local
579 dt_root = of_get_flat_dt_root(); in early_reserve_mem_dt()
581 prop = of_get_flat_dt_prop(dt_root, "reserved-ranges", &len); in early_reserve_mem_dt()