Symbol: le32_to_cpup
arch/arm64/kernel/module-plts.c
119
le32_to_cpup((__le32 *)loc));
arch/arm64/kernel/pi/patch-scs.c
66
u32 insn = le32_to_cpup((void *)loc);
arch/arm64/kernel/static_call.c
16
aarch64_insn_adrp_get_offset(le32_to_cpup(tramp + 4)) +
arch/arm64/kernel/static_call.c
18
le32_to_cpup(tramp + 8));
arch/parisc/lib/iomap.c
337
return le32_to_cpup((u32 *)addr);
arch/sparc/kernel/unaligned_64.c
544
case 1: data[0] = le32_to_cpup(data + 0); break;
arch/um/drivers/vfio_kern.c
286
return le32_to_cpup((void *)data);
arch/um/drivers/vfio_kern.c
365
return le32_to_cpup((void *)data);
arch/um/drivers/virtio_pcidev.c
230
return le32_to_cpup((void *)data);
arch/um/drivers/virtio_pcidev.c
310
return le32_to_cpup((void *)data);
arch/um/drivers/virtio_pcidev.c
422
generic_handle_irq(le32_to_cpup((void *)msg->data));
block/partitions/msdos.c
654
disksig = le32_to_cpup((__le32 *)(data + 0x1b8));
crypto/rmd160.c
40
(a) += f((b), (c), (d)) + le32_to_cpup(&(x)) + (k); \
drivers/atm/lanai.c
1716
le32_to_cpup(lanai->service.ptr++));
drivers/char/tpm/tpm_tis_i2c.c
146
value = le32_to_cpup((__le32 *)buf);
drivers/char/tpm/tpm_tis_i2c_cr50.c
786
vendor = le32_to_cpup((__le32 *)buf);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-hash.c
418
wb = le32_to_cpup((__le32 *)(op->buf + nwait * 4));
drivers/crypto/omap-sham.c
364
put_unaligned(le32_to_cpup((__le32 *)in + i), &hash[i]);
drivers/firmware/arm_scpi.c
759
*val = le32_to_cpup((__le32 *)&value);
drivers/gpu/drm/amd/amdgpu/cik_sdma.c
552
WREG32(mmSDMA0_UCODE_DATA + sdma_offsets[i], le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
5552
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
6173
le32_to_cpup(fw_data + pfp_hdr->jt_offset + i));
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
6250
le32_to_cpup(fw_data + ce_hdr->jt_offset + i));
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
6327
le32_to_cpup(fw_data + me_hdr->jt_offset + i));
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
6704
le32_to_cpup(fw_data + mec_hdr->jt_offset + i));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
2335
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
2359
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
2373
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
2403
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
2422
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
3185
le32_to_cpup(fw_data + pfp_hdr->jt_offset + i));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
3403
le32_to_cpup(fw_data + me_hdr->jt_offset + i));
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
3915
le32_to_cpup(fw_data + mec_hdr->jt_offset + i));
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
1994
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
2018
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c
2032
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
1638
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
1666
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
1683
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
1976
WREG32(mmCP_PFP_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
1985
WREG32(mmCP_CE_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
1994
WREG32(mmCP_ME_RAM_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
2537
WREG32(mmRLC_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2417
WREG32(mmCP_PFP_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2427
WREG32(mmCP_CE_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2437
WREG32(mmCP_ME_RAM_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2672
WREG32(mmCP_MEC_ME1_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
2694
WREG32(mmCP_MEC_ME2_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
3452
WREG32(mmRLC_GPM_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3189
WREG32_SOC15(GC, 0, mmRLC_GPM_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3296
WREG32_SOC15(GC, 0, mmCP_PFP_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3306
WREG32_SOC15(GC, 0, mmCP_CE_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3316
WREG32_SOC15(GC, 0, mmCP_ME_RAM_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
3514
le32_to_cpup(fw_data + mec_hdr->jt_offset + i));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
1624
WREG32_SOC15(GC, GET_INST(GC, xcc_id), regRLC_GPM_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
1792
le32_to_cpup(fw_data + mec_hdr->jt_offset + i));
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
178
WREG32(mmMC_SEQ_IO_DEBUG_INDEX, le32_to_cpup(new_io_mc_regs++));
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
179
WREG32(mmMC_SEQ_IO_DEBUG_DATA, le32_to_cpup(new_io_mc_regs++));
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
183
WREG32(mmMC_SEQ_SUP_PGM, le32_to_cpup(new_fw_data++));
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
208
WREG32(mmMC_SEQ_IO_DEBUG_INDEX, le32_to_cpup(io_mc_regs++));
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
209
WREG32(mmMC_SEQ_IO_DEBUG_DATA, le32_to_cpup(io_mc_regs++));
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
213
WREG32(mmMC_SEQ_SUP_PGM, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
318
WREG32(mmMC_SEQ_IO_DEBUG_INDEX, le32_to_cpup(io_mc_regs++));
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
319
WREG32(mmMC_SEQ_IO_DEBUG_DATA, le32_to_cpup(io_mc_regs++));
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
323
WREG32(mmMC_SEQ_SUP_PGM, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
384
WREG32(mmMC_SEQ_IO_DEBUG_INDEX, le32_to_cpup(io_mc_regs++));
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
385
WREG32(mmMC_SEQ_IO_DEBUG_DATA, le32_to_cpup(io_mc_regs++));
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
393
WREG32(mmMC_SEQ_SUP_PGM, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/imu_v11_0.c
112
WREG32_SOC15(GC, 0, regGFX_IMU_I_RAM_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/imu_v11_0.c
124
WREG32_SOC15(GC, 0, regGFX_IMU_D_RAM_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/imu_v12_0.c
105
WREG32_SOC15(GC, 0, regGFX_IMU_I_RAM_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/imu_v12_0.c
117
WREG32_SOC15(GC, 0, regGFX_IMU_D_RAM_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/imu_v12_1.c
114
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/imu_v12_1.c
98
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
1365
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
947
le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c
910
WREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_UCODE_DATA), le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
757
WREG32(sdma_v5_2_get_reg_offset(adev, i, mmSDMA0_UCODE_DATA), le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
699
WREG32(sdma_v6_0_get_reg_offset(adev, 0, regSDMA0_BROADCAST_UCODE_DATA), le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
714
WREG32(sdma_v6_0_get_reg_offset(adev, 0, regSDMA0_BROADCAST_UCODE_DATA), le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
733
WREG32(sdma_v6_0_get_reg_offset(adev, i, regSDMA0_UCODE_DATA), le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c
750
WREG32(sdma_v6_0_get_reg_offset(adev, i, regSDMA0_UCODE_DATA), le32_to_cpup(fw_data++));
drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c
196
WREG32(vpe_get_reg_offset(vpe, j, regVPEC_UCODE_DATA), le32_to_cpup(data++));
drivers/gpu/drm/drm_format_helper.c
265
le32_to_cpup(sbuf32),
drivers/gpu/drm/drm_format_helper.c
266
le32_to_cpup(sbuf32 + 1),
drivers/gpu/drm/drm_format_helper.c
267
le32_to_cpup(sbuf32 + 2),
drivers/gpu/drm/drm_format_helper.c
268
le32_to_cpup(sbuf32 + 3),
drivers/gpu/drm/drm_format_helper.c
282
*dbuf8++ = xfrm_pixel(le32_to_cpup(sbuf32++));
drivers/gpu/drm/drm_format_helper.c
299
le32_to_cpup(sbuf32),
drivers/gpu/drm/drm_format_helper.c
300
le32_to_cpup(sbuf32 + 1),
drivers/gpu/drm/drm_format_helper.c
301
le32_to_cpup(sbuf32 + 2),
drivers/gpu/drm/drm_format_helper.c
302
le32_to_cpup(sbuf32 + 3),
drivers/gpu/drm/drm_format_helper.c
318
le32_to_cpup(sbuf32),
drivers/gpu/drm/drm_format_helper.c
319
le32_to_cpup(sbuf32 + 1),
drivers/gpu/drm/drm_format_helper.c
331
*dbuf16++ = cpu_to_le16(xfrm_pixel(le32_to_cpup(sbuf32++)));
drivers/gpu/drm/drm_format_helper.c
346
xfrm_pixel(le32_to_cpup(sbuf32)),
drivers/gpu/drm/drm_format_helper.c
347
xfrm_pixel(le32_to_cpup(sbuf32 + 1)),
drivers/gpu/drm/drm_format_helper.c
348
xfrm_pixel(le32_to_cpup(sbuf32 + 2)),
drivers/gpu/drm/drm_format_helper.c
349
xfrm_pixel(le32_to_cpup(sbuf32 + 3)),
drivers/gpu/drm/drm_format_helper.c
376
u32 val24 = xfrm_pixel(le32_to_cpup(sbuf32++));
drivers/gpu/drm/drm_format_helper.c
393
*dbuf32++ = cpu_to_le32(xfrm_pixel(le32_to_cpup(sbuf32++)));
drivers/gpu/drm/radeon/cik.c
1912
WREG32(MC_SEQ_IO_DEBUG_INDEX, le32_to_cpup(new_io_mc_regs++));
drivers/gpu/drm/radeon/cik.c
1913
WREG32(MC_SEQ_IO_DEBUG_DATA, le32_to_cpup(new_io_mc_regs++));
drivers/gpu/drm/radeon/cik.c
1931
WREG32(MC_SEQ_SUP_PGM, le32_to_cpup(new_fw_data++));
drivers/gpu/drm/radeon/cik.c
3913
WREG32(CP_PFP_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/cik.c
3922
WREG32(CP_CE_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/cik.c
3931
WREG32(CP_ME_RAM_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/cik.c
4269
WREG32(CP_MEC_ME1_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/cik.c
4283
WREG32(CP_MEC_ME2_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/cik.c
5950
WREG32(RLC_GPM_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/cik_sdma.c
485
WREG32(SDMA0_UCODE_DATA + SDMA0_REGISTER_OFFSET, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/cik_sdma.c
494
WREG32(SDMA0_UCODE_DATA + SDMA1_REGISTER_OFFSET, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/si.c
1613
WREG32(MC_SEQ_IO_DEBUG_INDEX, le32_to_cpup(new_io_mc_regs++));
drivers/gpu/drm/radeon/si.c
1614
WREG32(MC_SEQ_IO_DEBUG_DATA, le32_to_cpup(new_io_mc_regs++));
drivers/gpu/drm/radeon/si.c
1623
WREG32(MC_SEQ_SUP_PGM, le32_to_cpup(new_fw_data++));
drivers/gpu/drm/radeon/si.c
3485
WREG32(CP_PFP_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/si.c
3494
WREG32(CP_CE_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/si.c
3503
WREG32(CP_ME_RAM_DATA, le32_to_cpup(fw_data++));
drivers/gpu/drm/radeon/si.c
5881
WREG32(RLC_UCODE_DATA, le32_to_cpup(fw_data++));
drivers/hid/intel-ish-hid/ishtp/loader.c
109
resp_hdr.val32 = le32_to_cpup(resp);
drivers/hid/intel-ish-hid/ishtp/loader.c
99
req_hdr.val32 = le32_to_cpup(req);
drivers/i2c/busses/i2c-tiny-usb.c
136
ret = le32_to_cpup(pfunc);
drivers/iio/chemical/vz89x.c
249
*val = le32_to_cpup((__le32 *) tmp) & GENMASK(23, 0);
drivers/input/touchscreen/apple_z2.c
290
load_cmd = le32_to_cpup((__force __le32 *)(fw->data + fw_idx));
drivers/input/touchscreen/apple_z2.c
293
size = le32_to_cpup((__force __le32 *)(fw->data + fw_idx));
drivers/input/touchscreen/apple_z2.c
306
address = le32_to_cpup((__force __le32 *)(fw->data + fw_idx));
drivers/media/common/siano/smscoreapi.c
916
firmware->start_address = le32_to_cpup((__le32 *)&firmware->start_address);
drivers/media/common/siano/smscoreapi.c
917
firmware->length = le32_to_cpup((__le32 *)&firmware->length);
drivers/media/usb/uvc/uvc_video.c
345
ctrl->dwFrameInterval = le32_to_cpup((__le32 *)&data[4]);
drivers/mmc/core/sdio_io.c
594
return le32_to_cpup((__le32 *)func->tmpbuf);
drivers/net/can/softing/softing_fw.c
118
*paddr = le32_to_cpup((void *)&mem[2]);
drivers/net/can/softing/softing_main.c
242
tmp_u32 = le32_to_cpup((void *)ptr);
drivers/net/can/softing/softing_main.c
267
msg.can_id |= le32_to_cpup((void *)ptr);
drivers/net/can/softing/softing_main.c
274
tmp_u32 = le32_to_cpup((void *)ptr);
drivers/net/can/usb/peak_usb/pcan_usb.c
379
*serial_number = le32_to_cpup((__le32 *)args);
drivers/net/ethernet/apple/bmac.c
1491
le32_to_cpup(ip+0),
drivers/net/ethernet/apple/bmac.c
1492
le32_to_cpup(ip+1),
drivers/net/ethernet/apple/bmac.c
1493
le32_to_cpup(ip+2),
drivers/net/ethernet/apple/bmac.c
1494
le32_to_cpup(ip+3));
drivers/net/ethernet/dec/tulip/dmfe.c
1927
dmfe_mode = (le32_to_cpup((__le32 *) (srom + 34)) &
drivers/net/ethernet/dec/tulip/dmfe.c
1928
le32_to_cpup((__le32 *) (srom + 36)));
drivers/net/ethernet/intel/igb/igb_main.c
9823
rar_low = le32_to_cpup((__le32 *)(addr));
drivers/net/ethernet/intel/igc/igc_main.c
3336
if (ral != le32_to_cpup((__le32 *)(addr)))
drivers/net/ethernet/intel/igc/igc_main.c
928
ral = le32_to_cpup((__le32 *)(addr));
drivers/net/ethernet/sfc/falcon/nic.c
493
val = le32_to_cpup((__le32 *)addr);
drivers/net/ethernet/sfc/nic.c
391
val = le32_to_cpup((__le32 *)addr);
drivers/net/ethernet/sfc/siena/nic.c
502
val = le32_to_cpup((__le32 *)addr);
drivers/net/ethernet/silan/sc92031.c
763
rx_status = le32_to_cpup((__le32 *)(rx_ring + rx_ring_offset));
drivers/net/ethernet/sun/sunhme.c
205
return le32_to_cpup((__le32 *)p);
drivers/net/ethernet/sun/sunhme.c
254
return le32_to_cpup((__le32 *)p);
drivers/net/usb/lg-vl600.c
117
le32_to_cpup(&frame->len)) {
drivers/net/usb/lg-vl600.c
139
buf->len != le32_to_cpup(&frame->len)) {
drivers/net/usb/lg-vl600.c
145
le32_to_cpup(&frame->len), GFP_ATOMIC);
drivers/net/usb/lg-vl600.c
152
count = le32_to_cpup(&frame->pkt_cnt);
drivers/net/usb/lg-vl600.c
163
packet_len = sizeof(*packet) + le32_to_cpup(&packet->len);
drivers/net/usb/lg-vl600.c
241
if (skb->len > sizeof(*frame) && skb->len == le32_to_cpup(&frame->len))
drivers/net/usb/rndis_host.c
398
le32_to_cpup(phym) != RNDIS_PHYSICAL_MEDIUM_WIRELESS_LAN) {
drivers/net/usb/rndis_host.c
405
le32_to_cpup(phym) == RNDIS_PHYSICAL_MEDIUM_WIRELESS_LAN) {
drivers/net/wireless/ath/ath10k/core.c
2085
le32_to_cpup(timestamp));
drivers/net/wireless/ath/ath10k/core.c
2135
fw_file->wmi_op_version = le32_to_cpup(version);
drivers/net/wireless/ath/ath10k/core.c
2146
fw_file->htt_op_version = le32_to_cpup(version);
drivers/net/wireless/ath/ath11k/fw.c
86
le32_to_cpup(timestamp));
drivers/net/wireless/ath/ath12k/fw.c
84
le32_to_cpup(timestamp));
drivers/net/wireless/ath/ath6kl/init.c
1000
ie_len = le32_to_cpup(&hdr->len);
drivers/net/wireless/ath/ath6kl/init.c
1073
ar->hw.reserved_ram_size = le32_to_cpup(val);
drivers/net/wireless/ath/ath6kl/init.c
1104
ar->hw.dataset_patch_addr = le32_to_cpup(val);
drivers/net/wireless/ath/ath6kl/init.c
1115
ar->hw.board_addr = le32_to_cpup(val);
drivers/net/wireless/ath/ath6kl/init.c
1126
ar->vif_max = min_t(unsigned int, le32_to_cpup(val),
drivers/net/wireless/ath/ath6kl/init.c
1137
le32_to_cpup(&hdr->id));
drivers/net/wireless/ath/ath6kl/init.c
999
ie_id = le32_to_cpup(&hdr->id);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
1606
if (le32_to_cpup(field) != BRCMF_RAMSIZE_MAGIC)
drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
1609
newsize = le32_to_cpup(field);
drivers/net/wireless/intel/iwlegacy/4965-mac.c
2622
return le32_to_cpup(&tx_resp->u.status +
drivers/net/wireless/intel/iwlwifi/dvm/tx.c
916
return le32_to_cpup((__le32 *)&tx_resp->status +
drivers/net/wireless/intel/iwlwifi/fw/pnvm.c
113
if (le32_to_cpup((const __le32 *)data) == 0xddddeeee) {
drivers/net/wireless/intel/iwlwifi/fw/pnvm.c
75
sha1 = le32_to_cpup((const __le32 *)data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1023
drv->fw.phy_config = le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1050
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1068
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1078
major = le32_to_cpup(ptr++);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1079
minor = le32_to_cpup(ptr++);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1080
local_comp = le32_to_cpup(ptr);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1205
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1216
paging_mem_size = le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1303
if (le32_to_cpup((const __le32 *)tlv_data) >
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1307
le32_to_cpup((const __le32 *)tlv_data));
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1311
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1316
if (le32_to_cpup((const __le32 *)tlv_data) >
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1320
le32_to_cpup((const __le32 *)tlv_data));
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1324
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
1330
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
901
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
922
capa->flags = le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
938
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
944
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
950
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
956
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
962
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
968
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-drv.c
997
le32_to_cpup((const __le32 *)tlv_data);
drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c
1161
return le32_to_cpup((const __le32 *)(phy_sku + SKU_FAMILY_8000));
drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c
1169
return le32_to_cpup((const __le32 *)(nvm_sw +
drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c
1179
return le32_to_cpup((const __le32 *)(phy_sku + RADIO_CFG_FAMILY_EXT_NVM));
drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c
1190
n_hw_addr = le32_to_cpup((const __le32 *)(nvm_sw + N_HW_ADDRS_FAMILY_8000));
drivers/net/wireless/intel/iwlwifi/mld/fw.c
429
resp = le32_to_cpup((__le32 *)cmd.resp_pkt->data);
drivers/net/wireless/intel/iwlwifi/mld/tx.c
1096
ssn = le32_to_cpup((__le32 *)agg_status +
drivers/net/wireless/intel/iwlwifi/mvm/rx.c
714
if (le32_to_cpup((__le32 *) (pkt->data + trig_offset)) < trig_thold)
drivers/net/wireless/intel/iwlwifi/mvm/tx.c
1539
u32 val = le32_to_cpup((__le32 *)iwl_mvm_get_agg_status(mvm, tx_resp) +
drivers/net/wireless/marvell/libertas/if_spi.c
273
*val = le32_to_cpup(&buf);
drivers/net/wireless/realtek/rtw89/usb.c
60
le32_to_cpup(rtwusb->vendor_req_buf),
drivers/net/wireless/silabs/wfx/hif_rx.c
23
int status = le32_to_cpup((__le32 *)buf);
drivers/net/wireless/silabs/wfx/hif_rx.c
329
dev_err(wdev->dev, "firmware assert %d\n", le32_to_cpup((__le32 *)body->data));
drivers/net/wwan/iosm/iosm_ipc_mux_codec.c
680
signature = le32_to_cpup((__le32 *)skb->data);
drivers/nfc/fdp/fdp.c
633
info->ram_version = le32_to_cpup((__le32 *) p);
drivers/nfc/fdp/fdp.c
638
info->otp_version = le32_to_cpup((__le32 *) p);
drivers/nfc/fdp/fdp.c
643
info->otp_version = le32_to_cpup((__le32 *) p);
drivers/s390/crypto/vfio_ap_ops.c
552
uuid[0] = le32_to_cpup((__le32 *)guid);
drivers/scsi/qla2xxx/qla_init.c
8195
sum += le32_to_cpup(p);
drivers/usb/fotg210/fotg210-hcd.h
677
return le32_to_cpup(x);
drivers/usb/gadget/udc/net2280.c
1140
req_dma_count = le32_to_cpup(&req->td->dmacount);
drivers/usb/host/ehci.h
852
: le32_to_cpup((__force __le32 *)x);
drivers/usb/host/ehci.h
871
return le32_to_cpup(x);
drivers/usb/host/ohci.h
646
le32_to_cpup((__force __le32 *)x);
drivers/usb/host/ohci.h
669
tmp = le32_to_cpup((__force __le32 *)&ohci->hcca->frame_no);
drivers/usb/host/oxu210hp-hcd.c
1238
epnum = (le32_to_cpup(&qh->hw_info1) >> 8) & 0x0f;
drivers/usb/host/oxu210hp-hcd.c
2334
period, le32_to_cpup(&qh->hw_info2) & (QH_CMASK | QH_SMASK),
drivers/usb/host/oxu210hp-hcd.c
2421
le32_to_cpup(&qh->hw_info2) & (QH_CMASK | QH_SMASK),
drivers/usb/host/oxu210hp-hcd.c
2537
uframe = ffs(le32_to_cpup(&qh->hw_info2) & QH_SMASK);
drivers/vfio/pci/mlx5/main.c
830
flags = le32_to_cpup((__le32 *)(to_buff +
drivers/vfio/pci/mlx5/main.c
832
migf->record_tag = le32_to_cpup((__le32 *)(to_buff +
drivers/vfio/pci/virtio/migrate.c
912
flags = le32_to_cpup((__le32 *)(to_buff +
drivers/vfio/pci/virtio/migrate.c
914
migf->record_tag = le32_to_cpup((__le32 *)(to_buff +
fs/adfs/dir_fplus.c
89
dircheck = ror32(dircheck, 13) ^ le32_to_cpup(bp++);
fs/ext4/sysfs.c
435
return sysfs_emit(buf, "%u\n", le32_to_cpup(ptr));
include/linux/ext2_fs.h
39
return (u64)le32_to_cpup((__le32 *)(p + EXT2_SB_BLOCKS_OFFSET)) <<
include/linux/ext2_fs.h
40
le32_to_cpup((__le32 *)(p + EXT2_SB_BSIZE_OFFSET));
include/linux/siphash.h
59
return siphash_1u32(le32_to_cpup((const __le32 *)data), key);
lib/crc/riscv/crc-clmul-template.h
69
# define crc_load_long(x) le32_to_cpup(x)
lib/siphash.c
268
case 4: b |= le32_to_cpup(data); break;
lib/siphash.c
416
m = le32_to_cpup(data);
lib/siphash.c
68
case 4: b |= le32_to_cpup(data); break;
lib/xz/xz_private.h
48
# define get_le32(p) le32_to_cpup((const uint32_t *)(p))
sound/soc/codecs/aw88395/aw88395_lib.c
101
le32_to_cpup((void *)(p_check_sum + REG_DATA_BYTP_LEN));
sound/soc/codecs/aw88395/aw88395_lib.c
113
bin->header_info[bin_num].download_addr = le32_to_cpup((void *)p_check_sum);
sound/soc/codecs/aw88395/aw88395_lib.c
130
bin->header_info[bin_num].app_version = le32_to_cpup((void *)p_check_sum);
sound/soc/codecs/aw88395/aw88395_lib.c
131
parse_soc_app_num = le32_to_cpup((void *)(p_check_sum + PARSE_SOC_APP_NUM));
sound/soc/codecs/aw88395/aw88395_lib.c
142
bin->header_info[bin_num].download_addr = le32_to_cpup((void *)(p_check_sum +
sound/soc/codecs/aw88395/aw88395_lib.c
174
bin_start_addr = le32_to_cpup((void *)(bin->p_addr + START_ADDR_OFFSET));
sound/soc/codecs/aw88395/aw88395_lib.c
195
bin_num = le32_to_cpup((void *)(bin->p_addr + VALID_DATA_ADDR_OFFSET));
sound/soc/codecs/aw88395/aw88395_lib.c
222
bin_data_type = le32_to_cpup((void *)(bin->p_addr + BIN_DATA_TYPE_OFFSET));
sound/soc/codecs/aw88395/aw88395_lib.c
251
header_version = le32_to_cpup((void *)(bin->p_addr + HEADER_VERSION_OFFSET));
sound/soc/codecs/aw88395/aw88395_lib.c
37
check_sum = le32_to_cpup((void *)p_check_sum);
sound/soc/codecs/aw88395/aw88395_lib.c
72
parse_register_num = le32_to_cpup((void *)p_check_sum);
sound/soc/codecs/aw88395/aw88395_lib.c
99
parse_dsp_reg_num = le32_to_cpup((void *)(p_check_sum + PARSE_DSP_REG_NUM));
sound/soc/codecs/zl38060.c
156
u32 addr = le32_to_cpup(data);
sound/usb/endpoint.c
1844
f = le32_to_cpup(urb->transfer_buffer);