Searched refs:__le32 (Results 476 - 500 of 1804) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/dma/
H A Dfsl-edma-common.h78 __le32 saddr;
81 __le32 nbytes;
82 __le32 slast;
83 __le32 daddr;
86 __le32 dlast_sga;
95 __le32 nbytes;
106 __le32 ch_csr;
107 __le32 ch_es;
108 __le32 ch_int;
109 __le32 ch_sb
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dhwio.h169 __le32 tmp;
179 __le32 tmp = cpu_to_le32((u32)val);
186 __le32 tmp;
195 __le32 tmp = cpu_to_le32(val);
223 __le32 tmp;
232 __le32 tmp = cpu_to_le32(val);
238 __le32 tmp;
/linux-master/include/uapi/linux/byteorder/
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 __always_inline __le32 __cpu_to_le32p(const __u32 *p)
55 return (__force __le32)*p;
57 static __always_inline __u32 __le32_to_cpup(const __le32 *p)
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 __always_inline __le32 __cpu_to_le32p(const __u32 *p)
55 return (__force __le32)__swab32p(p);
57 static __always_inline __u32 __le32_to_cpup(const __le32 *p)
/linux-master/drivers/nvmem/
H A Du-boot-env.c33 __le32 crc32;
38 __le32 crc32;
44 __le32 magic;
45 __le32 len;
46 __le32 crc32;
135 __le32 *crc32_addr;
179 crc32_addr = (__le32 *)(buf + crc32_offset);
/linux-master/drivers/dma/fsl-dpaa2-qdma/
H A Ddpdmai.c14 __le32 id;
23 __le32 dest_id;
33 __le32 options;
34 __le32 fqid;
40 __le32 fqid;
44 __le32 dpdmai_id;
48 __le32 dpdmai_id;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h82 le32_get_bits(*((const __le32 *)(data)), GENMASK(11, 0))
84 le32_get_bits(*((const __le32 *)(data)), GENMASK(19, 12))
86 le32_get_bits(*((const __le32 *)(data)), GENMASK(24, 21))
970 __le32 dword0;
971 __le32 dword1;
972 __le32 dword2;
973 __le32 dword3;
974 __le32 dword4;
975 __le32 dword5;
979 __le32 dword
[all...]
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821.h105 __le32 *cpu;
106 __le32 *jmp;
177 __le32 *_dma_virt_start_addr;
178 __le32 *_dma_virt_addr;
183 __le32 *_data_buf_virt_addr;
264 __le32 *_risc_audio_jmp_addr;
265 __le32 *_risc_virt_start_addr;
266 __le32 *_risc_virt_addr;
272 __le32 *_audiodata_buf_virt_addr;
/linux-master/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c29 __le32 addr;
30 __le32 info;
34 __le32 addr;
35 __le32 info;
39 __le32 param1;
40 __le32 param2;
41 __le32 param3;
42 __le32 param4;
48 __le32 addr;
49 __le32 inf
[all...]
/linux-master/fs/ufs/
H A Dswab.h48 return le32_to_cpu((__force __le32)n);
66 le32_add_cpu((__le32 *)n, d);
75 le32_add_cpu((__le32 *)n, -d);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800mmio.h32 #define TXD_DESC_SIZE (4 * sizeof(__le32))
33 #define RXD_DESC_SIZE (4 * sizeof(__le32))
120 __le32 *rt2800mmio_get_txwi(struct queue_entry *entry);
H A Drt2x00mmio.h74 __le32 *desc;
H A Drt2x00usb.h189 __le32 reg = 0;
207 __le32 reg = 0;
246 __le32 reg = cpu_to_le32(value);
265 __le32 reg = cpu_to_le32(value);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.h115 __le32 rsv0;
116 __le32 mac_entry_num;
117 __le32 mng_entry_num;
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac.h141 __le32 buf[MT_TXP_MAX_BUF_NUM];
149 __le32 buf0;
152 __le32 buf1;
170 __le32 txd;
425 void mt76_connac2_mac_write_txwi(struct mt76_dev *dev, __le32 *txwi,
433 __le32 *txs_data);
435 int pid, __le32 *txs_data);
438 __le32 *rxv, u32 mode);
444 __le32 *rxv, u8 *mode);
445 void mt76_connac2_tx_check_aggr(struct ieee80211_sta *sta, __le32 *txw
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap-sdw.c17 u32 addr = le32_to_cpu(*(const __le32 *)val_buf);
29 u32 addr = le32_to_cpu(*(const __le32 *)reg_buf);
40 u32 addr = le32_to_cpu(*(const __le32 *)reg_buf);
/linux-master/drivers/net/ethernet/sfc/
H A Defx_devlink.c241 const __le32 *dwords;
273 ver.dwords = (__le32 *)MCDI_PTR(outbuf,
291 ver.dwords = (__le32 *)MCDI_PTR(outbuf,
329 ver.dwords = (__le32 *)MCDI_PTR(outbuf,
358 const __le32 *dwords;
364 ver.dwords = (__le32 *)MCDI_PTR(outbuf,
377 ver.dwords = (__le32 *)MCDI_PTR(outbuf,
396 const __le32 *dwords;
402 ver.dwords = (__le32 *)MCDI_PTR(outbuf,
416 ver.dwords = (__le32 *)MCDI_PT
[all...]
/linux-master/fs/ext4/
H A Dext4.h397 __le32 bg_block_bitmap_lo; /* Blocks bitmap block */
398 __le32 bg_inode_bitmap_lo; /* Inodes bitmap block */
399 __le32 bg_inode_table_lo; /* Inodes table block */
404 __le32 bg_exclude_bitmap_lo; /* Exclude bitmap for snapshots */
409 __le32 bg_block_bitmap_hi; /* Blocks bitmap block MSB */
410 __le32 bg_inode_bitmap_hi; /* Inodes bitmap block MSB */
411 __le32 bg_inode_table_hi; /* Inodes table block MSB */
416 __le32 bg_exclude_bitmap_hi; /* Exclude bitmap block MSB */
774 __le32 i_size_lo; /* Size in bytes */
775 __le32 i_atim
[all...]
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c113 struct perm_bits *perm, int offset, __le32 *val);
115 struct perm_bits *perm, int offset, __le32 val);
124 __le32 *val, int count)
155 __le32 val, int count)
177 int offset, __le32 *val)
179 __le32 virt = 0;
188 __le32 phys_val = 0;
203 int offset, __le32 val)
205 __le32 virt = 0, write = 0;
216 __le32 virt_va
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_hwinfo.c90 __le32 version;
91 __le32 size;
94 __le32 limit;
95 __le32 resv;
/linux-master/drivers/staging/gdm724x/
H A Dgdm_endian.c34 return le32_to_cpu((__force __le32)x);
/linux-master/fs/jfs/
H A Djfs_dtree.h73 __le32 inumber; /* 4: 4-byte aligned */
77 __le32 index; /* 4: index into dir_table */
103 __le32 addr2; /* 4: lower 32 bits of leaf page address -OR-
141 __le32 idotdot; /* 4: parent inode number */
/linux-master/include/scsi/fc/
H A Dfc_fcoe.h52 __le32 fcoe_crc32; /* CRC for FC packet */
/linux-master/drivers/net/wireguard/
H A Dpeerlookup.c74 const __le32 index)
119 __le32 wg_index_hashtable_insert(struct index_hashtable *table,
132 entry->index = (__force __le32)get_random_u32();
204 const __le32 index, struct wg_peer **peer)
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_event.h57 __le32 cam_id;

Completed in 304 milliseconds

<<11121314151617181920>>