Searched refs:FDT_TAGALIGN (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_rw.c | 213 if ((err = _fdt_splice_struct(fdt, (*prop)->data, FDT_TAGALIGN(oldlen), in _fdt_resize_property() 214 FDT_TAGALIGN(len)))) in _fdt_resize_property() 237 proplen = sizeof(**prop) + FDT_TAGALIGN(len); in _fdt_add_property() 263 err = _fdt_splice_struct(fdt, namep, FDT_TAGALIGN(oldlen+1), in fdt_set_name() 264 FDT_TAGALIGN(newlen+1)); in fdt_set_name() 317 FDT_TAGALIGN(oldlen), in fdt_appendprop() 318 FDT_TAGALIGN(newlen)); in fdt_appendprop() 343 proplen = sizeof(*prop) + FDT_TAGALIGN(len); in fdt_delprop() 373 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE; in fdt_add_subnode_namelen() 380 memset(nh->name, 0, FDT_TAGALIGN(namelen+1)); in fdt_add_subnode_namelen()
|
| H A D | libfdt_internal.h | 56 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE)) macro
|
| H A D | fdt_sw.c | 177 nh = _fdt_grab_space(fdt, sizeof(*nh) + FDT_TAGALIGN(namelen)); in fdt_begin_node() 234 prop = _fdt_grab_space(fdt, sizeof(*prop) + FDT_TAGALIGN(len)); in fdt_property_placeholder()
|
| H A D | fdt.c | 140 *nextoffset = FDT_TAGALIGN(offset); in fdt_next_tag()
|