Home
last modified time | relevance | path

Searched refs:fdt_property_u32 (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dlibfdt.h1436 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/
Dfit_image.c222 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/
Dlibfdt.i_shipped891 while self.check_space(fdt_property_u32(self._fdt, name, val)):