Home
last modified time | relevance | path

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

/external/dtc/tests/
Dsw_tree1.c125 CHECK(fdt_property_u32(fdt, "prop-int", TEST_VALUE_1)); in main()
128 CHECK(fdt_property_u32(fdt, "#address-cells", 1)); in main()
129 CHECK(fdt_property_u32(fdt, "#size-cells", 0)); in main()
133 CHECK(fdt_property_u32(fdt, "reg", 1)); in main()
145 CHECK(fdt_property_u32(fdt, "reg", 2)); in main()
148 CHECK(fdt_property_u32(fdt, "#address-cells", 1)); in main()
149 CHECK(fdt_property_u32(fdt, "#size-cells", 0)); in main()
151 CHECK(fdt_property_u32(fdt, "reg", 0)); in main()
/external/dtc/libfdt/
Dlibfdt.h1286 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() function
1298 return fdt_property_u32(fdt, name, val); in fdt_property_cell()