Searched refs:dt_root (Results 1 – 2 of 2) sorted by relevance
696 unsigned long dt_root = of_get_flat_dt_root(); in of_flat_dt_get_machine_name() local698 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() local722 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()
44 unsigned long dt_root = of_get_flat_dt_root(); in arc_get_cpu_map() local47 buf = of_get_flat_dt_prop(dt_root, name, NULL); in arc_get_cpu_map()