Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/dtc/
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},
287 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8)) in flatten_tree()
299 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8)) in flatten_tree()
687 if ((flags & FTF_VARALIGN) && (proplen >= 8)) in flat_read_property()
903 flags |= FTF_FULLPATH | FTF_NAMEPROPS | FTF_VARALIGN; in dt_from_blob()