HomeSort by relevance Sort by last modified time
    Searched refs:fdt_property_u32 (Results 1 - 4 of 4) sorted by null

  /external/dtc/tests/
sw_tree1.c 128 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));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 1280 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) function
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 1030 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) function
    [all...]
  /external/dtc/libfdt/
libfdt.h 1303 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) function
    [all...]

Completed in 168 milliseconds