Home
last modified time | relevance | path

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

/external/dtc/tests/
Dsw_states.c77 CHECK_OK(fdt_property_u64(fdt, "prop-int64", TEST_VALUE64_1)); in main()
Dsw_tree1.c176 CHECK(fdt_property_u64(fdt, "prop-int64", TEST_VALUE64_1)); in main()
/external/dtc/libfdt/
Dlibfdt.h1445 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() function
/external/dtc/pylibfdt/
Dlibfdt.i906 while self.check_space(fdt_property_u64(self._fdt, name, val)):