Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/common/spl/
H A Dspl_atf.c163 val = fdt_getprop_u32(blob, node, "entry-point"); in spl_fit_images_get_entry()
165 val = fdt_getprop_u32(blob, node, "load-addr"); in spl_fit_images_get_entry()
H A Dspl_fit.c393 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_px30.S578 bl fdt_getprop_u32
H A Dspl_fit_tb_rv1106.S488 bl fdt_getprop_u32
H A Dspl_fit_tb_rv1126b.S486 bl fdt_getprop_u32
H A Dspl_fit_tb_rv1126.S488 bl fdt_getprop_u32
/rk3399_rockchip-uboot/include/
H A Dimage.h1461 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop);