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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
libfdt_internal.h 56 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE))
fdt_rw.c 217 err = _fdt_splice_struct(fdt, (*prop)->data, FDT_TAGALIGN(oldlen),
218 FDT_TAGALIGN(len));
242 proplen = sizeof(**prop) + FDT_TAGALIGN(len);
268 err = _fdt_splice_struct(fdt, namep, FDT_TAGALIGN(oldlen+1),
269 FDT_TAGALIGN(newlen+1));
307 FDT_TAGALIGN(oldlen),
308 FDT_TAGALIGN(newlen));
333 proplen = sizeof(*prop) + FDT_TAGALIGN(len);
363 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
370 memset(nh->name, 0, FDT_TAGALIGN(namelen+1));
    [all...]
fdt_sw.c 145 nh = _fdt_grab_space(fdt, sizeof(*nh) + FDT_TAGALIGN(namelen));
202 prop = _fdt_grab_space(fdt, sizeof(*prop) + FDT_TAGALIGN(len));
fdt.c 139 *nextoffset = FDT_TAGALIGN(offset);
  /external/dtc/libfdt/
libfdt_internal.h 56 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE))
fdt_rw.c 213 if ((err = _fdt_splice_struct(fdt, (*prop)->data, FDT_TAGALIGN(oldlen),
214 FDT_TAGALIGN(len))))
237 proplen = sizeof(**prop) + FDT_TAGALIGN(len);
263 err = _fdt_splice_struct(fdt, namep, FDT_TAGALIGN(oldlen+1),
264 FDT_TAGALIGN(newlen+1));
302 FDT_TAGALIGN(oldlen),
303 FDT_TAGALIGN(newlen));
328 proplen = sizeof(*prop) + FDT_TAGALIGN(len);
358 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
365 memset(nh->name, 0, FDT_TAGALIGN(namelen+1))
    [all...]
fdt_sw.c 177 nh = _fdt_grab_space(fdt, sizeof(*nh) + FDT_TAGALIGN(namelen));
234 prop = _fdt_grab_space(fdt, sizeof(*prop) + FDT_TAGALIGN(len));
fdt.c 140 *nextoffset = FDT_TAGALIGN(offset);

Completed in 161 milliseconds