Searched refs:readsl (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-prng.c | 52 readsl(ss->base + SS_TXFIFO, data, len / 4); in sun4i_ss_prng_generate()
|
| H A D | sun4i-ss-cipher.c | 122 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 D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | orion_nand.c | 79 readsl(io_base, buf, len/4); in orion_nand_read_buf()
|
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 103 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) macro
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 94 #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 D | rockchip_canfd.h | 497 readsl(priv->regs + reg, buf, len / sizeof(u32)); in rkcanfd_read_rep()
|
| /linux/arch/arm/mach-orion5x/ |
| H A D | ts78xx-setup.c | 195 readsl(io_base, buf32, sz); in ts78xx_ts_nand_read_buf()
|
| /linux/drivers/crypto/stm32/ |
| H A D | stm32-cryp.c | 1875 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 D | regmap-mmio.c | 350 readsl(ctx->regs + reg, (u32 *)val, val_count); in regmap_mmio_noinc_read()
|
| /linux/arch/m68k/include/asm/ |
| H A D | io_mm.h | 377 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro
|
| /linux/drivers/net/ethernet/allwinner/ |
| H A D | sun4i-emac.c | 216 readsl(reg, data, round_up(count, 4) / 4); in emac_inblk_32bit()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | renesas_usbf.c | 473 readsl(ep->regs + offset, dst, count); in usbf_ep_reg_read_rep()
|