Home
last modified time | relevance | path

Searched refs:node (Results 1 – 6 of 6) sorted by relevance

/common/spl/
A Dspl_fit.c40 if (node < 0) in find_node_from_desc()
124 int node; in spl_fit_get_image_name() local
128 if (node > 0) in spl_fit_get_image_name()
161 int node; in spl_fit_get_image_node() local
170 if (node < 0) { in spl_fit_get_image_node()
175 return node; in spl_fit_get_image_node()
420 return node; in spl_fit_append_fdt()
522 int node; in spl_fit_record_loadable() local
671 if (node < 0) in spl_fit_load_fpga()
672 return node; in spl_fit_load_fpga()
[all …]
A Dspl_atf.c214 int parent, node, ndepth = 0; in spl_fit_images_find() local
225 (node >= 0) && (ndepth > 0); in spl_fit_images_find()
226 node = fdt_next_node(blob, node, &ndepth)) { in spl_fit_images_find()
235 return node; in spl_fit_images_find()
246 ret = fit_image_get_entry(blob, node, &val); in spl_fit_images_get_entry()
248 ret = fit_image_get_load(blob, node, &val); in spl_fit_images_get_entry()
260 int node; in spl_invoke_atf() local
267 node = spl_fit_images_find(blob, IH_OS_TEE); in spl_invoke_atf()
268 if (node >= 0) in spl_invoke_atf()
278 node = spl_fit_images_find(blob, IH_OS_U_BOOT); in spl_invoke_atf()
[all …]
A Dspl_opensbi.c26 int fit_images_node, node; in spl_opensbi_find_os_node() local
33 fdt_for_each_subnode(node, blob, fit_images_node) { in spl_opensbi_find_os_node()
34 fit_os = fdt_getprop(blob, node, FIT_OS_PROP, NULL); in spl_opensbi_find_os_node()
39 *uboot_node = node; in spl_opensbi_find_os_node()
A Dspl_upl.c44 int _upl_add_image(int node, ulong load_addr, ulong size, const char *desc) in _upl_add_image() argument
51 img.offset = node; in _upl_add_image()
/common/
A Dusb_onboard_hub.c69 ret = device_get_global_by_ofnode(ofnode_get_parent(phandle.node), &i2c_bus); in usb5744_i2c_init()
75 ret = ofnode_read_u32(phandle.node, "reg", &slave_addr); in usb5744_i2c_init()
232 ret = uclass_find_device_by_ofnode(UCLASS_USB_HUB, phandle.node, &peerdev); in usb_onboard_hub_bind()
235 ofnode_get_name(phandle.node)); in usb_onboard_hub_bind()
A Dbootstage.c294 int node; in add_bootstages_devicetree() local
299 node = fdt_add_subnode(blob, bootstage, simple_itoa(i)); in add_bootstages_devicetree()
300 if (node < 0) in add_bootstages_devicetree()
304 if (fdt_setprop_string(blob, node, "name", in add_bootstages_devicetree()
309 if (fdt_setprop_cell(blob, node, in add_bootstages_devicetree()

Completed in 17 milliseconds