Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/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},
267 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8)) in flatten_tree()
279 if ((vi->flags & FTF_VARALIGN) && ((tree->basenamelen+1) >= 8)) in flatten_tree()
675 if ((flags & FTF_VARALIGN) && (proplen >= 8)) in flat_read_property()
898 flags |= FTF_FULLPATH | FTF_NAMEPROPS | FTF_VARALIGN; in dt_from_blob()