Searched refs:fdt_property_u32 (Results 1 - 2 of 2) sorted by relevance

/external/dtc/tests/
H A Dsw_tree1.c128 CHECK(fdt_property_u32(fdt, "prop-int", TEST_VALUE_1));
131 CHECK(fdt_property_u32(fdt, "#address-cells", 1));
132 CHECK(fdt_property_u32(fdt, "#size-cells", 0));
136 CHECK(fdt_property_u32(fdt, "reg", 1));
150 CHECK(fdt_property_u32(fdt, "reg", 2));
153 CHECK(fdt_property_u32(fdt, "#address-cells", 1));
154 CHECK(fdt_property_u32(fdt, "#size-cells", 0));
156 CHECK(fdt_property_u32(fdt, "reg", 0));
/external/dtc/libfdt/
H A Dlibfdt.h1303 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) function
1315 return fdt_property_u32(fdt, name, val);

Completed in 145 milliseconds