Home
last modified time | relevance | path

Searched refs:__le32 (Results 1 – 25 of 38) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Drndis.h78 __le32 MessageType;
79 __le32 MessageLength;
80 __le32 RequestID;
81 __le32 MajorVersion;
82 __le32 MinorVersion;
83 __le32 MaxTransferSize;
87 __le32 MessageType;
88 __le32 MessageLength;
89 __le32 RequestID;
90 __le32 Status;
[all …]
H A Dndis.h50 __le32 Flags;
55 __le32 Priority;
56 __le32 Reserved;
57 __le32 MaskSize;
58 __le32 PatternOffset;
59 __le32 PatternSize;
60 __le32 PatternFlags;
H A Dstorage_common.c177 __le32 Signature; /* Contains 'USBC' */
179 __le32 DataTransferLength; /* Size of the data */
192 __le32 Signature; /* Should = 'USBS' */
194 __le32 Residue; /* Amount not transferred */
/rk3399_rockchip-uboot/include/
H A Dext_common.h67 __le32 total_inodes;
68 __le32 total_blocks;
69 __le32 reserved_blocks;
70 __le32 free_blocks;
71 __le32 free_inodes;
72 __le32 first_data_block;
73 __le32 log2_block_size;
74 __le32 log2_fragment_size;
75 __le32 blocks_per_group;
76 __le32 fragments_per_group;
[all …]
H A Dsparse_format.h16 __le32 magic; /* 0xed26ff3a */
21 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */
22 __le32 total_blks; /* total blocks in the non-sparse output image */
23 __le32 total_chunks; /* total chunks in the sparse input image */
24 __le32 image_checksum; /* CRC32 checksum of the original data, counting "don't care" */
39 __le32 chunk_sz; /* in blocks in output image */
40 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */
H A Dpart_efi.h71 __le32 start_sect; /* starting sector counting from 0 */
72 __le32 nr_sects; /* nr of sectors in partition */
78 __le32 revision;
79 __le32 header_size;
80 __le32 header_crc32;
81 __le32 reserved1;
88 __le32 num_partition_entries;
89 __le32 sizeof_partition_entry;
90 __le32 partition_entry_array_crc32;
116 __le32 unique_mbr_signature;
H A Dqfw.h102 __le32 command;
114 __le32 align;
127 __le32 offset;
140 __le32 offset;
141 __le32 start;
142 __le32 length;
H A Dext4fs.h54 __le32 ee_block; /* first logical block extent covers */
57 __le32 ee_start_lo; /* low 32 bits of physical block */
65 __le32 ei_block; /* index covers logical blocks from 'block' */
66 __le32 ei_leaf_lo; /* pointer to the physical block of the next *
78 __le32 eh_generation; /* generation of the tree */
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Ddrd.h18 __le32 did;
19 __le32 rid;
20 __le32 capabilities;
21 __le32 reserved1;
22 __le32 cmd;
23 __le32 sts;
24 __le32 state;
25 __le32 reserved2;
26 __le32 ien;
27 __le32 ivect;
[all …]
H A Dgadget.h71 __le32 usb_conf;
72 __le32 usb_sts;
73 __le32 usb_cmd;
74 __le32 usb_itpn;
75 __le32 usb_lpm;
76 __le32 usb_ien;
77 __le32 usb_ists;
78 __le32 ep_sel;
79 __le32 ep_traddr;
80 __le32 ep_cfg;
[all …]
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs-media.h421 __le32 magic;
422 __le32 crc;
424 __le32 len;
440 __le32 new;
487 __le32 atime_nsec;
488 __le32 ctime_nsec;
489 __le32 mtime_nsec;
490 __le32 nlink;
491 __le32 uid;
492 __le32 gid;
[all …]
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.h17 __le32 entry_lat; /* microseconds */
18 __le32 exit_lat; /* microseconds */
64 __le32 nn;
75 __le32 sgls;
161 __le32 warning_temp_time;
162 __le32 critical_comp_time;
196 __le32 gen;
231 __le32 nsid;
232 __le32 cdw2[2];
236 __le32 cdw10[6];
[all …]
/rk3399_rockchip-uboot/drivers/firmware/scmi/
H A Dsmt.h20 __le32 reserved;
21 __le32 channel_status;
24 __le32 reserved1[2];
25 __le32 flags;
27 __le32 length;
28 __le32 msg_header;
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h391 volatile __le32 irq_pending;
392 volatile __le32 irq_control;
393 volatile __le32 erst_size;
394 volatile __le32 rsvd;
440 __le32 microframe_index;
441 __le32 rsvd[7];
455 volatile __le32 doorbell[256];
509 __le32 dev_info;
510 __le32 dev_info2;
511 __le32 tt_info;
[all …]
/rk3399_rockchip-uboot/drivers/video/
H A Dfsl_diu_fb.c130 __le32 pix_fmt; /* hard coding pixel format */
132 __le32 addr;
134 __le32 src_size_g_alpha;
136 __le32 aoi_size;
138 __le32 offset_xyi;
140 __le32 offset_xyd;
142 __le32 ckmax_r:8;
143 __le32 ckmax_g:8;
144 __le32 ckmax_b:8;
145 __le32 res9:8;
[all …]
/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dbig_endian.h22 #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()
H A Dlittle_endian.h22 #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()
/rk3399_rockchip-uboot/drivers/ata/
H A Dfsl_sata.h166 __le32 cda; /* Command Descriptor Address,
168 __le32 prde_fis_len; /* Number of PRD entries and FIS length */
169 __le32 ttl; /* Total transfer length */
170 __le32 attribute; /* the attribute of command */
221 __le32 dba; /* Data base address, 4 bytes aligned */
224 __le32 ext_c_ddc; /* Indirect PRD flags, snoop and data word count */
H A Dsata_sil.h43 __le32 cnt;
44 __le32 flags;
53 __le32 rx_cnt;
/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dr8152.h515 __le32 opts1;
519 __le32 opts2;
525 __le32 opts3;
531 __le32 opts4;
532 __le32 opts5;
533 __le32 opts6;
537 __le32 opts1;
547 __le32 opts2;
/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs.h344 __le32 base_addr;
345 __le32 upper_addr;
346 __le32 reserved;
347 __le32 size;
371 __le32 dword_0;
372 __le32 dword_1;
373 __le32 dword_2;
374 __le32 dword_3;
392 __le32 command_desc_base_addr_lo;
393 __le32 command_desc_base_addr_hi;
/rk3399_rockchip-uboot/include/linux/unaligned/
H A Daccess_ok.h13 return le32_to_cpup((__le32 *)p); in get_unaligned_le32()
43 *((__le32 *)p) = cpu_to_le32(val); in put_unaligned_le32()
/rk3399_rockchip-uboot/drivers/net/
H A Dcalxedaxgmac.c206 __le32 flags;
207 __le32 buf_size;
208 __le32 buf1_addr; /* Buffer 1 Address Pointer */
209 __le32 buf2_addr; /* Buffer 2 Address Pointer */
210 __le32 ext_status;
211 __le32 res[3];
/rk3399_rockchip-uboot/include/linux/usb/
H A Dcdc.h127 __le32 bmEthernetStatistics;
180 __le32 dwDTERate;
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h302 __le32 byte_per_page;
304 __le32 data_bytes_per_ppage;
306 __le32 pages_per_block;
307 __le32 blocks_per_lun;
433 __le32 byte_per_page;
436 __le32 pages_per_block;
437 __le32 blocks_per_lun;

12