Searched refs:FDT_TAGSIZE (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/libfdt/
H A Dfdt.c80 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
84 offset += FDT_TAGSIZE;
102 offset += sizeof(struct fdt_property) - FDT_TAGSIZE
124 if ((offset < 0) || (offset % FDT_TAGSIZE)
133 if ((offset < 0) || (offset % FDT_TAGSIZE)
H A Dfdt.h81 #define FDT_TAGSIZE sizeof(fdt32_t) macro
H A Dlibfdt_internal.h37 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE))
H A Dfdt_rw.c339 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
348 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE);
H A Dfdt_sw.c139 en = _fdt_grab_space(fdt, FDT_TAGSIZE);
H A Dfdt_ro.c40 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1);

Completed in 12 milliseconds