Searched refs:chosen_node (Results 1 – 3 of 3) sorted by relevance
148 int chosen_node = fdt_path_offset(blob, "/chosen"); in board_boot_order() local155 if (chosen_node < 0) { in board_boot_order()163 (conf = fdt_stringlist_get(blob, chosen_node, in board_boot_order()
400 ofnode chosen_node; in ofnode_get_chosen_prop() local402 chosen_node = ofnode_path("/chosen"); in ofnode_get_chosen_prop()404 return ofnode_read_string(chosen_node, name); in ofnode_get_chosen_prop()
557 int chosen_node; in fdtdec_get_chosen_prop() local561 chosen_node = fdt_path_offset(blob, "/chosen"); in fdtdec_get_chosen_prop()562 return fdt_getprop(blob, chosen_node, name, NULL); in fdtdec_get_chosen_prop()