Searched refs:chosen_node (Results 1 – 3 of 3) sorted by relevance
99 int chosen_node = fdt_path_offset(blob, "/chosen"); in board_boot_order() local106 if (chosen_node < 0) { in board_boot_order()114 (conf = fdt_stringlist_get(blob, chosen_node, in board_boot_order()
376 ofnode chosen_node; in ofnode_get_chosen_prop() local378 chosen_node = ofnode_path("/chosen"); in ofnode_get_chosen_prop()380 return ofnode_read_string(chosen_node, name); in ofnode_get_chosen_prop()
563 int chosen_node; in fdtdec_get_chosen_prop() local567 chosen_node = fdt_path_offset(blob, "/chosen"); in fdtdec_get_chosen_prop()568 return fdt_getprop(blob, chosen_node, name, NULL); in fdtdec_get_chosen_prop()