Searched refs:__le32 (Results 1 – 25 of 25) sorted by relevance
96 __le32 mtime;97 __le32 utime;140 __le32 flags;188 __le32 size;190 __le32 atime;192 __le32 ctime;194 __le32 mtime;196 __le32 dtime;204 __le32 flags;206 __le32 osd1;[all …]
15 __le32 magic; /* 0xed26ff3a */20 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */21 __le32 total_blks; /* total blocks in the non-sparse output image */22 __le32 total_chunks; /* total chunks in the sparse input image */23 __le32 image_checksum; /* CRC32 checksum of the original data, counting "don't care" */38 __le32 chunk_sz; /* in blocks in output image */39 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */
88 __le32 magic;89 __le32 checksum;90 __le32 serial;91 __le32 status;92 __le32 num_items;93 __le32 length;104 __le32 name;105 __le32 offset;106 __le32 length;107 __le32 status;[all …]
90 __le32 start_sect; /* starting sector counting from 0 */91 __le32 nr_sects; /* nr of sectors in partition */97 __le32 revision;98 __le32 header_size;99 __le32 header_crc32;100 __le32 reserved1;107 __le32 num_partition_entries;108 __le32 sizeof_partition_entry;109 __le32 partition_entry_array_crc32;135 __le32 unique_mbr_signature;
96 __le32 command;108 __le32 align;121 __le32 offset;134 __le32 offset;135 __le32 start;136 __le32 length;
110 __le32 ee_block; /* first logical block extent covers */113 __le32 ee_start_lo; /* low 32 bits of physical block */121 __le32 ei_block; /* index covers logical blocks from 'block' */122 __le32 ei_leaf_lo; /* pointer to the physical block of the next *134 __le32 eh_generation; /* generation of the tree */
394 return le32_to_cpu((__force __le32)val); in __virtio32_to_cpu()
35 __le32 options;36 __le32 icid;37 __le32 pad1;45 __le32 pad1;54 __le32 ep1_id;58 __le32 ep2_id;64 __le32 max_rate;71 __le32 id;77 __le32 ep1_id;86 __le32 ep2_id;[all …]
36 __le32 dpio_id;51 __le32 dpio_id;58 __le32 id;65 __le32 qbman_version;66 __le32 pad;67 __le32 clk;
33 __le32 dpbp_id;37 __le32 object_id;43 __le32 id;
40 __le32 dpmac_id;44 __le32 mac_id;48 __le32 dpmac_id;58 __le32 rate;59 __le32 pad;
51 __le32 dpni_id;55 __le32 options;73 __le32 dpni_id;95 __le32 options;157 __le32 rate;158 __le32 pad1;169 __le32 pad0;173 __le32 rate;174 __le32 pad2;218 __le32 fqid;[all …]
26 __le32 dpsparser_id;
37 __le32 object_id;
440 __le32 rsvd[7];509 __le32 dev_info;510 __le32 dev_info2;511 __le32 tt_info;512 __le32 dev_state;592 __le32 ep_info;593 __le32 ep_info2;595 __le32 tx_info;682 __le32 rsvd2[6];1024 __le32 seg_size;[all …]
213 __le32 payload[PD_MAX_PAYLOAD];
22 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x)))23 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x))34 #define __cpu_to_le32(x) ((__force __le32)__swab32((x)))35 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))53 static inline __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()55 return (__force __le32)__swab32p(p); in __cpu_to_le32p()57 static inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()
22 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x))23 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x))34 #define __cpu_to_le32(x) ((__force __le32)(__u32)(x))35 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x))53 static inline __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()55 return (__force __le32)*p; in __cpu_to_le32p()57 static inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()
149 static inline void le32_add_cpu(__le32 *var, u32 val) in le32_add_cpu()
27 return le32_to_cpu(__get_unaligned_t(__le32, p)); in get_unaligned_le32()42 __put_unaligned_t(__le32, cpu_to_le32(val), p); in put_unaligned_le32()
127 __le32 bmEthernetStatistics;180 __le32 dwDTERate;
844 __le32 bmAttributes;
22 return le32_to_cpu((__le32 __force)readl(addr)); in _read_litex_subregister()
143 typedef __u32 __bitwise __le32; typedef
330 __le32 byte_per_page;332 __le32 data_bytes_per_ppage;334 __le32 pages_per_block;335 __le32 blocks_per_lun;441 __le32 byte_per_page;444 __le32 pages_per_block;445 __le32 blocks_per_lun;
Completed in 63 milliseconds