Searched refs:fdt_property_u64 (Results 1 – 4 of 4) sorted by relevance
77 CHECK_OK(fdt_property_u64(fdt, "prop-int64", TEST_VALUE64_1)); in main()
176 CHECK(fdt_property_u64(fdt, "prop-int64", TEST_VALUE64_1)); in main()
1445 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() function
906 while self.check_space(fdt_property_u64(self._fdt, name, val)):