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

  /external/dtc/tests/
rw_tree1.c 72 CHECK(fdt_setprop_cell(fdt, s1, "prop-int", TEST_VALUE_1));
76 CHECK(fdt_setprop_cell(fdt, offset, "prop-int", TEST_VALUE_1));
81 CHECK(fdt_setprop_cell(fdt, s2, "linux,phandle", PHANDLE_1));
82 CHECK(fdt_setprop_cell(fdt, s2, "prop-int", TEST_VALUE_2));
84 CHECK(fdt_setprop_cell(fdt, offset, "linux,phandle", PHANDLE_2));
87 CHECK(fdt_setprop_cell(fdt, offset, "prop-int", TEST_VALUE_2));
setprop.c 82 err = fdt_setprop_cell(fdt, 0, "prop-cell", TEST_VALUE_2);
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoaderFdt.c 332 fdt_setprop_cell (fdt, node, "#address-cells", sizeof (UINTN) / 4);
333 fdt_setprop_cell (fdt, node, "#size-cells", 0);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt.h 1237 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, function
    [all...]
  /external/dtc/libfdt/
libfdt.h 1493 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, function
    [all...]

Completed in 118 milliseconds