Searched refs:fdt_property_u32 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 1303 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() function 1315 return fdt_property_u32(fdt, name, val); in fdt_property_cell()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fit_image.c | 272 fdt_property_u32(fdt, "load", params->addr); in fit_write_images() 273 fdt_property_u32(fdt, "entry", params->ep); in fit_write_images() 396 fdt_property_u32(fdt, "#address-cells", 1); in fit_build_fdt()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 1440 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() function 1454 return fdt_property_u32(fdt, name, val); in fdt_property_cell()
|