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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt.c99 if (offset % FDT_TAGSIZE)
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
106 offset += FDT_TAGSIZE;
122 offset += 2*FDT_TAGSIZE + fdt32_to_cpu(*lenp);
134 if ((offset < 0) || (offset % FDT_TAGSIZE)
H A Dfdt.h45 #define FDT_TAGSIZE sizeof(uint32_t) macro
H A Dlibfdt_internal.h56 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE))
H A Dfdt_rw.c333 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
342 endtag = (uint32_t *)((char *)nh + nodelen - FDT_TAGSIZE);
H A Dfdt_sw.c159 en = _fdt_grab_space(fdt, FDT_TAGSIZE);
H A Dfdt_ro.c61 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1);

Completed in 122 milliseconds