Searched refs:fdt_property_u32 (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/ |
D | libfdt.h | 1436 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() function 1450 return fdt_property_u32(fdt, name, val); in fdt_property_cell()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | fit_image.c | 222 fdt_property_u32(fdt, FIT_LOAD_PROP, params->addr); in fit_write_images() 223 fdt_property_u32(fdt, FIT_ENTRY_PROP, params->ep); in fit_write_images() 353 fdt_property_u32(fdt, "#address-cells", 1); in fit_build_fdt()
|
/third_party/uboot/u-boot-2020.01/scripts/dtc/pylibfdt/ |
D | libfdt.i_shipped | 891 while self.check_space(fdt_property_u32(self._fdt, name, val)):
|