Home
last modified time | relevance | path

Searched refs:readsl (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c52 readsl(ss->base + SS_TXFIFO, data, len / 4); in sun4i_ss_prng_generate()
H A Dsun4i-ss-cipher.c122 readsl(ss->base + SS_TXFIFO, mo.addr + oo, todo); in sun4i_ss_opti_poll()
341 readsl(ss->base + SS_TXFIFO, mo.addr + oo, todo); in sun4i_ss_cipher_poll()
353 readsl(ss->base + SS_TXFIFO, ss->bufo, tx_cnt); in sun4i_ss_cipher_poll()
/linux/arch/arm/lib/
H A DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/linux/drivers/mtd/nand/raw/
H A Dorion_nand.c79 readsl(io_base, buf, len/4); in orion_nand_read_buf()
/linux/arch/riscv/include/asm/
H A Dio.h103 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) macro
/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h94 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l)
132 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l)
303 readsl(ioaddr + reg, buf, len); in smc_pxa_dma_insl()
/linux/drivers/net/can/rockchip/
H A Drockchip_canfd.h497 readsl(priv->regs + reg, buf, len / sizeof(u32)); in rkcanfd_read_rep()
/linux/arch/arm/mach-orion5x/
H A Dts78xx-setup.c195 readsl(io_base, buf32, sz); in ts78xx_ts_nand_read_buf()
/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c1875 readsl(cryp->regs + cryp->caps->dout, out_tag, AES_BLOCK_32); in stm32_cryp_read_auth_tag()
1882 readsl(cryp->regs + cryp->caps->dout, out_tag, AES_BLOCK_32); in stm32_cryp_read_auth_tag()
1925 readsl(cryp->regs + cryp->caps->dout, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_read_data()
1981 readsl(cryp->regs + cryp->caps->dout, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_write_gcm_padded_data()
2078 readsl(cryp->regs + cryp->caps->dout, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_write_ccm_padded_data()
/linux/drivers/base/regmap/
H A Dregmap-mmio.c350 readsl(ctx->regs + reg, (u32 *)val, val_count); in regmap_mmio_noinc_read()
/linux/arch/m68k/include/asm/
H A Dio_mm.h377 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro
/linux/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c216 readsl(reg, data, round_up(count, 4) / 4); in emac_inblk_32bit()
/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c473 readsl(ep->regs + offset, dst, count); in usbf_ep_reg_read_rep()