Lines Matching refs:cpu_to_le32
42 #define cpu_to_le32(x) (x) macro
45 #define cpu_to_le32(x) \ macro
128 .magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
129 .flags = cpu_to_le32(FUNCTIONFS_HAS_FS_DESC |
132 .length = cpu_to_le32(sizeof descriptors),
134 .fs_count = cpu_to_le32(3),
158 .hs_count = cpu_to_le32(3),
183 .ss_count = cpu_to_le32(5),
296 out->header.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC); in descs_to_legacy()
297 out->header.length = cpu_to_le32(length); in descs_to_legacy()
298 out->header.fs_count = cpu_to_le32(fs_count); in descs_to_legacy()
299 out->header.hs_count = cpu_to_le32(hs_count); in descs_to_legacy()
318 .magic = cpu_to_le32(FUNCTIONFS_STRINGS_MAGIC),
319 .length = cpu_to_le32(sizeof strings),
320 .str_count = cpu_to_le32(1),
321 .lang_count = cpu_to_le32(1),