Lines Matching refs:cpu_to_le32
55 #define cpu_to_le32(x) (x) macro
58 #define cpu_to_le32(x) \ macro
133 .magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
134 .flags = cpu_to_le32(FUNCTIONFS_HAS_FS_DESC |
136 .length = cpu_to_le32(sizeof descriptors),
138 .fs_count = cpu_to_le32(3),
162 .hs_count = cpu_to_le32(3),
261 out->header.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC); in descs_to_legacy()
262 out->header.length = cpu_to_le32(length); in descs_to_legacy()
263 out->header.fs_count = cpu_to_le32(fs_count); in descs_to_legacy()
264 out->header.hs_count = cpu_to_le32(hs_count); in descs_to_legacy()
283 .magic = cpu_to_le32(FUNCTIONFS_STRINGS_MAGIC),
284 .length = cpu_to_le32(sizeof strings),
285 .str_count = cpu_to_le32(1),
286 .lang_count = cpu_to_le32(1),