HomeSort by relevance Sort by last modified time
    Searched full:fdt_property_cell (Results 1 - 5 of 5) sorted by null

  /external/dtc/tests/
sw_tree1.c 137 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_1));
143 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_1));
151 CHECK(fdt_property_cell(fdt, "linux,phandle", PHANDLE_1));
152 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_2));
157 CHECK(fdt_property_cell(fdt, "phandle", PHANDLE_2));
160 CHECK(fdt_property_cell(fdt, "prop-int", TEST_VALUE_2));
add_subnode_with_nops.c 62 CHECK(fdt_property_cell(fdt, "prop1", TEST_VALUE_1));
63 CHECK(fdt_property_cell(fdt, "prop2", TEST_VALUE_2));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 1290 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) function
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 1040 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) function
    [all...]
  /external/dtc/libfdt/
libfdt.h 1313 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) function
    [all...]

Completed in 199 milliseconds