Searched refs:fdt_getprop_u32 (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | boot_fit.c | 45 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 D | common_fit.c | 14 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 D | spl_atf.c | 156 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 D | spl_fit.c | 293 image_info->entry_point = fdt_getprop_u32(fit, node, "entry"); in spl_load_fit_image()
|
| H A D | spl_fit_tb_arm64.S | 578 bl fdt_getprop_u32
|
| H A D | spl_fit_tb_arm32.S | 488 bl fdt_getprop_u32
|
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | common_fit.su | |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 1451 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop);
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |