Home
last modified time | relevance | path

Searched refs:fdt_getprop_u32 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/common/
H A Dboot_fit.c44 fdt_offset = fdt_getprop_u32(fit, fdt_node, "data-offset"); in fdt_offset()
49 fdt_len = fdt_getprop_u32(fit, fdt_node, "data-size"); in fdt_offset()
H A Dcommon_fit.c12 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop) in fdt_getprop_u32() function
/openbmc/u-boot/common/spl/
H A Dspl_atf.c135 val = fdt_getprop_u32(blob, node, "entry-point"); in spl_fit_images_get_entry()
137 val = fdt_getprop_u32(blob, node, "load-addr"); in spl_fit_images_get_entry()
H A Dspl_fit.c270 image_info->entry_point = fdt_getprop_u32(fit, node, "entry"); in spl_load_fit_image()
/openbmc/u-boot/include/
H A Dimage.h1378 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop);