Searched refs:le32_to_cpup (Results 26 - 50 of 93) sorted by relevance

1234

/linux-master/fs/adfs/
H A Ddir_fplus.c89 dircheck = ror32(dircheck, 13) ^ le32_to_cpup(bp++);
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h677 return le32_to_cpup(x);
/linux-master/drivers/net/ethernet/sfc/
H A Dnic.c394 val = le32_to_cpup((__le32 *)addr);
/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c119 le32_to_cpup((__le32 *)loc));
/linux-master/drivers/iio/chemical/
H A Dvz89x.c249 *val = le32_to_cpup((__le32 *) tmp) & GENMASK(23, 0);
/linux-master/drivers/char/tpm/
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/net/can/softing/
H A Dsofting_main.c242 tmp_u32 = le32_to_cpup((void *)ptr);
267 msg.can_id |= le32_to_cpup((void *)ptr);
274 tmp_u32 = le32_to_cpup((void *)ptr);
/linux-master/arch/um/drivers/
H A Dvirt-pci.c229 ret = le32_to_cpup((void *)data);
346 ret = le32_to_cpup((void *)data);
503 generic_handle_irq(le32_to_cpup((void *)msg->data));
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v6_0.c178 WREG32(mmMC_SEQ_IO_DEBUG_INDEX, le32_to_cpup(new_io_mc_regs++));
179 WREG32(mmMC_SEQ_IO_DEBUG_DATA, le32_to_cpup(new_io_mc_regs++));
183 WREG32(mmMC_SEQ_SUP_PGM, le32_to_cpup(new_fw_data++));
H A Dgmc_v7_0.c205 WREG32(mmMC_SEQ_IO_DEBUG_INDEX, le32_to_cpup(io_mc_regs++));
206 WREG32(mmMC_SEQ_IO_DEBUG_DATA, le32_to_cpup(io_mc_regs++));
210 WREG32(mmMC_SEQ_SUP_PGM, le32_to_cpup(fw_data++));
H A Dsdma_v6_0.c610 WREG32(sdma_v6_0_get_reg_offset(adev, 0, regSDMA0_BROADCAST_UCODE_DATA), le32_to_cpup(fw_data++));
625 WREG32(sdma_v6_0_get_reg_offset(adev, 0, regSDMA0_BROADCAST_UCODE_DATA), le32_to_cpup(fw_data++));
644 WREG32(sdma_v6_0_get_reg_offset(adev, i, regSDMA0_UCODE_DATA), le32_to_cpup(fw_data++));
661 WREG32(sdma_v6_0_get_reg_offset(adev, i, regSDMA0_UCODE_DATA), le32_to_cpup(fw_data++));
H A Dvpe_v6_1.c195 WREG32(vpe_get_reg_offset(vpe, j, regVPEC_UCODE_DATA), le32_to_cpup(data++));
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnic.c502 val = le32_to_cpup((__le32 *)addr);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.c496 val = le32_to_cpup((__le32 *)addr);
/linux-master/arch/parisc/lib/
H A Diomap.c337 return le32_to_cpup((u32 *)addr);
/linux-master/drivers/mmc/core/
H A Dsdio_io.c594 return le32_to_cpup((__le32 *)func->tmpbuf);
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c1240 return le32_to_cpup((const __le32 *)(phy_sku + SKU_FAMILY_8000));
1248 return le32_to_cpup((const __le32 *)(nvm_sw +
1258 return le32_to_cpup((const __le32 *)(phy_sku + RADIO_CFG_FAMILY_EXT_NVM));
1269 n_hw_addr = le32_to_cpup((const __le32 *)(nvm_sw + N_HW_ADDRS_FAMILY_8000));
/linux-master/drivers/net/ethernet/apple/
H A Dbmac.c1548 le32_to_cpup(ip+0),
1549 le32_to_cpup(ip+1),
1550 le32_to_cpup(ip+2),
1551 le32_to_cpup(ip+3));
/linux-master/drivers/gpu/drm/radeon/
H A Dcik_sdma.c485 WREG32(SDMA0_UCODE_DATA + SDMA0_REGISTER_OFFSET, le32_to_cpup(fw_data++));
494 WREG32(SDMA0_UCODE_DATA + SDMA1_REGISTER_OFFSET, le32_to_cpup(fw_data++));
/linux-master/arch/sparc/kernel/
H A Dunaligned_64.c544 case 1: data[0] = le32_to_cpup(data + 0); break;
/linux-master/block/partitions/
H A Dmsdos.c654 disksig = le32_to_cpup((__le32 *)(data + 0x1b8));
/linux-master/sound/soc/codecs/
H A Dzl38060.c156 u32 addr = le32_to_cpup(data);
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c418 wb = le32_to_cpup((__le32 *)(op->buf + nwait * 4));
/linux-master/fs/ext4/
H A Dsysfs.c400 le32_to_cpup(ptr));

Completed in 257 milliseconds

1234