Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/dtc/
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()

Completed in 4 milliseconds