Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dfdt.c696 unsigned long dt_root = of_get_flat_dt_root(); in of_flat_dt_get_machine_name() local
698 name = of_get_flat_dt_prop(dt_root, "model", NULL); in of_flat_dt_get_machine_name()
700 name = of_get_flat_dt_prop(dt_root, "compatible", NULL); in of_flat_dt_get_machine_name()
719 unsigned long dt_root; in of_flat_dt_match_machine() local
722 dt_root = of_get_flat_dt_root(); in of_flat_dt_match_machine()
724 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()
736 prop = of_get_flat_dt_prop(dt_root, "compatible", &size); in of_flat_dt_match_machine()
/linux/arch/arc/kernel/
H A Dsmp.c44 unsigned long dt_root = of_get_flat_dt_root(); in arc_get_cpu_map() local
47 buf = of_get_flat_dt_prop(dt_root, name, NULL); in arc_get_cpu_map()