HomeSort by relevance Sort by last modified time
    Searched refs:fdt_setprop_cell (Results 1 - 6 of 6) 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/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
BdsLinuxFdt.c 626 fdt_setprop_cell (fdt, node, "#address-cells", sizeof (UINTN) / 4);
627 fdt_setprop_cell(fdt, node, "#size-cells", 0);
648 fdt_setprop_cell (fdt, cpu_node, "phandle", phandle[Index]);
649 fdt_setprop_cell (fdt, cpu_node, "linux,phandle", phandle[Index]);
708 fdt_setprop_cell (fdt, cpu_node, "cpu", phandle[CoreIndex]);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt.h 1487 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, function
    [all...]
  /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 1526 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, function
    [all...]

Completed in 169 milliseconds