Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dboot_fit.c45 fdt_offset = fdt_getprop_u32(fit, fdt_node, "data-offset"); in fdt_offset()
50 fdt_len = fdt_getprop_u32(fit, fdt_node, "data-size"); in fdt_offset()
H A Dcommon_fit.c14 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop) in fdt_getprop_u32() function
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_atf.c156 val = fdt_getprop_u32(blob, node, "entry-point"); in spl_fit_images_get_entry()
158 val = fdt_getprop_u32(blob, node, "load-addr"); in spl_fit_images_get_entry()
H A Dspl_fit.c293 image_info->entry_point = fdt_getprop_u32(fit, node, "entry"); in spl_load_fit_image()
H A Dspl_fit_tb_arm64.S578 bl fdt_getprop_u32
H A Dspl_fit_tb_arm32.S488 bl fdt_getprop_u32
/OK3568_Linux_fs/u-boot/spl/common/
H A Dcommon_fit.su
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h1451 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop);
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.sym
H A Du-boot-spl.map