Lines Matching refs:cpu_to_le32
48 #define cpu_to_le32(x) htole32(x) macro
120 .magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
121 .flags = cpu_to_le32(FUNCTIONFS_HAS_FS_DESC |
123 .length = cpu_to_le32(sizeof descriptors),
125 .fs_count = cpu_to_le32(3),
149 .hs_count = cpu_to_le32(3),
248 out->header.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC); in descs_to_legacy()
249 out->header.length = cpu_to_le32(length); in descs_to_legacy()
250 out->header.fs_count = cpu_to_le32(fs_count); in descs_to_legacy()
251 out->header.hs_count = cpu_to_le32(hs_count); in descs_to_legacy()
270 .magic = cpu_to_le32(FUNCTIONFS_STRINGS_MAGIC),
271 .length = cpu_to_le32(sizeof strings),
272 .str_count = cpu_to_le32(1),
273 .lang_count = cpu_to_le32(1),