Home
last modified time | relevance | path

Searched refs:fdt_property_u64 (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dlibfdt.h1441 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() function
/third_party/uboot/u-boot-2020.01/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped906 while self.check_space(fdt_property_u64(self._fdt, name, val)):