Home
last modified time | relevance | path

Searched refs:FTF_VARALIGN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dflattree.c10 #define FTF_VARALIGN 0x2 macro
24 FTF_FULLPATH|FTF_VARALIGN|FTF_NAMEPROPS},
26 FTF_FULLPATH|FTF_VARALIGN|FTF_NAMEPROPS|FTF_BOOTCPUID},
28 FTF_FULLPATH|FTF_VARALIGN|FTF_NAMEPROPS|FTF_BOOTCPUID|FTF_STRTABSIZE},
268 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8)) in flatten_tree()
280 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8)) in flatten_tree()
676 if ((flags & FTF_VARALIGN) && (proplen >= 8)) in flat_read_property()
899 flags |= FTF_FULLPATH | FTF_NAMEPROPS | FTF_VARALIGN; in dt_from_blob()
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c25 #define FTF_VARALIGN 0x2 macro
39 FTF_FULLPATH|FTF_VARALIGN|FTF_NAMEPROPS},
41 FTF_FULLPATH|FTF_VARALIGN|FTF_NAMEPROPS|FTF_BOOTCPUID},
43 FTF_FULLPATH|FTF_VARALIGN|FTF_NAMEPROPS|FTF_BOOTCPUID|FTF_STRTABSIZE},
282 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8)) in flatten_tree()
294 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8)) in flatten_tree()
690 if ((flags & FTF_VARALIGN) && (proplen >= 8)) in flat_read_property()
913 flags |= FTF_FULLPATH | FTF_NAMEPROPS | FTF_VARALIGN; in dt_from_blob()