Home
last modified time | relevance | path

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

/u-boot/scripts/dtc/libfdt/
A Dlibfdt.h1405 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() function
1419 return fdt_property_u32(fdt, name, val); in fdt_property_cell()
/u-boot/tools/
A Dfit_image.c235 fdt_property_u32(fdt, FIT_LOAD_PROP, params->addr); in fit_write_images()
236 fdt_property_u32(fdt, FIT_ENTRY_PROP, params->ep); in fit_write_images()
368 fdt_property_u32(fdt, "#address-cells", 1); in fit_build_fdt()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped892 while self.check_space(fdt_property_u32(self._fdt, name, val)):

Completed in 8 milliseconds