Searched refs:FDT_TAGALIGN (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/libfdt/
H A Dlibfdt_internal.h37 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE)) macro
H A Dfdt_rw.c194 if ((err = _fdt_splice_struct(fdt, (*prop)->data, FDT_TAGALIGN(oldlen),
195 FDT_TAGALIGN(len))))
218 proplen = sizeof(**prop) + FDT_TAGALIGN(len);
244 err = _fdt_splice_struct(fdt, namep, FDT_TAGALIGN(oldlen+1),
245 FDT_TAGALIGN(newlen+1));
283 FDT_TAGALIGN(oldlen),
284 FDT_TAGALIGN(newlen));
309 proplen = sizeof(*prop) + FDT_TAGALIGN(len);
339 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
346 memset(nh->name, 0, FDT_TAGALIGN(namele
[all...]
H A Dfdt.c118 *nextoffset = FDT_TAGALIGN(offset);
H A Dfdt_sw.c124 nh = _fdt_grab_space(fdt, sizeof(*nh) + FDT_TAGALIGN(namelen));
181 prop = _fdt_grab_space(fdt, sizeof(*prop) + FDT_TAGALIGN(len));

Completed in 6 milliseconds