Searched refs:__le32 (Results 251 - 275 of 1805) sorted by path

<<11121314151617181920>>

/linux-master/drivers/bus/mhi/
H A Dcommon.h259 __le32 intmod;
260 __le32 ertype;
261 __le32 msivec;
274 __le32 chcfg;
275 __le32 chtype;
276 __le32 erindex;
285 __le32 reserved0;
286 __le32 reserved1;
287 __le32 reserved2;
297 __le32 dwor
[all...]
/linux-master/drivers/bus/mhi/ep/
H A Dinternal.h95 __le32 reserved0;
96 __le32 reserved1;
97 __le32 reserved2;
/linux-master/drivers/bus/mhi/host/
H A Dtrace.h101 __field(__le32, dword0)
102 __field(__le32, dword1)
179 __field(__le32, dword0)
180 __field(__le32, dword1)
/linux-master/drivers/cdx/controller/
H A Dbitfield.h28 __le32 cdx_u32;
H A Dmcdi.c261 hdr[0].cdx_u32 |= (__force __le32)(cdx_mcdi_payload_csum(hdr, hdr_len, inbuf, inlen) <<
/linux-master/drivers/char/tpm/
H A Dtpm_tis.c176 __le32 result_le32;
209 tpm_tis_iowrite32(le32_to_cpu(*((__le32 *)value)), phy->iobase, addr);
H A Dtpm_tis_core.h166 __le32 result_le;
193 __le32 value_le;
H A Dtpm_tis_i2c.c146 value = le32_to_cpup((__le32 *)buf);
H A Dtpm_tis_i2c_cr50.c743 vendor = le32_to_cpup((__le32 *)buf);
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c943 __le32 *p = xb->buf;
1076 __le32 msg[2];
/linux-master/drivers/clk/bcm/
H A Dclk-raspberrypi.c144 __le32 id;
145 __le32 val;
146 __le32 disable_turbo;
/linux-master/drivers/clk/
H A Dclk-gate_test.c134 __le32 fake_reg; /* Keep at end, KASAN can detect out of bounds */
/linux-master/drivers/clk/imx/
H A Dclk-scu.c88 __le32 rate;
99 __le32 rate;
/linux-master/drivers/clk/qcom/
H A Dclk-rpmh.c29 __le32 unit;
/linux-master/drivers/clocksource/
H A Darm_arch_timer.c779 cnt_hi = __le32_to_cpu((__le32 __force)__raw_readl(t->base + offset_lo + 4));
780 cnt_lo = __le32_to_cpu((__le32 __force)__raw_readl(t->base + offset_lo));
781 tmp_hi = __le32_to_cpu((__le32 __force)__raw_readl(t->base + offset_lo + 4));
/linux-master/drivers/comedi/drivers/
H A Ddt9812.c217 __le32 cmd;
744 __le32 tmp32;
H A Dmite.h23 __le32 count;
24 __le32 addr;
25 __le32 next;
H A Dni_mio_common.c1432 __le32 *blarray = data;
H A Dplx9080.h43 __le32 pci_start_addr;
44 __le32 local_start_addr;
45 __le32 transfer_size;
46 __le32 next;
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c418 wb = le32_to_cpup((__le32 *)(op->buf + nwait * 4));
427 ((__le32 *)bf)[j++] = cpu_to_le32(wb);
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c272 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs)
345 __le32 *bf;
370 bf = (__le32 *)buf;
H A Dsun8i-ce.h159 __le32 addr;
160 __le32 len;
168 __le32 t_id;
169 __le32 t_common_ctl;
170 __le32 t_sym_ctl;
171 __le32 t_asym_ctl;
172 __le32 t_key;
173 __le32 t_iv;
174 __le32 t_ctr;
175 __le32 t_dle
[all...]
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c412 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs)
490 __le32 *bf;
507 bf = (__le32 *)pad;
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c75 __le32 iv[AES_IV_SIZE];
212 __le32 iv[AES_IV_SIZE / 4] = {
227 __le32 iv[AES_IV_SIZE / 4] = {
432 __le32 iv[16];
494 static int crypto4xx_compute_gcm_hash_key_sw(__le32 *hash_start, const u8 *key,
578 __le32 iv[4];
H A Dcrypto4xx_core.c682 const __le32 *iv, const u32 iv_len,

Completed in 371 milliseconds

<<11121314151617181920>>