Home
last modified time | relevance | path

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

/linux-4.1.27/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()
39 #define arc_set_early_base_baud(dt_root) argument
65 unsigned long dt_root; in setup_machine_fdt() local
76 dt_root = of_get_flat_dt_root(); in setup_machine_fdt()
77 clk = of_get_flat_dt_prop(dt_root, "clock-frequency", &len); in setup_machine_fdt()
81 arc_set_early_base_baud(dt_root); in setup_machine_fdt()
/linux-4.1.27/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.1.27/arch/arm/kernel/
Ddevtree.c223 unsigned long dt_root; in setup_machine_fdt() local
228 dt_root = of_get_flat_dt_root(); in setup_machine_fdt()
229 prop = of_get_flat_dt_prop(dt_root, "compatible", &size); in setup_machine_fdt()
/linux-4.1.27/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.1.27/drivers/of/
Dfdt.c688 unsigned long dt_root = of_get_flat_dt_root(); in of_flat_dt_get_machine_name() local
690 name = of_get_flat_dt_prop(dt_root, "model", NULL); in of_flat_dt_get_machine_name()
692 name = of_get_flat_dt_prop(dt_root, "compatible", NULL); in of_flat_dt_get_machine_name()
711 unsigned long dt_root; in of_flat_dt_match_machine() local
714 dt_root = of_get_flat_dt_root(); in of_flat_dt_match_machine()
716 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()
728 prop = of_get_flat_dt_prop(dt_root, "compatible", &size); in of_flat_dt_match_machine()
/linux-4.1.27/arch/powerpc/kernel/
Dprom.c575 unsigned long i, dt_root; in early_reserve_mem_dt() local
581 dt_root = of_get_flat_dt_root(); in early_reserve_mem_dt()
583 prop = of_get_flat_dt_prop(dt_root, "reserved-ranges", &len); in early_reserve_mem_dt()