| /linux/arch/powerpc/platforms/cell/ |
| A D | spider-pci.c | 59 SPIDER_PCI_MMIO_READ_STR(readsl) in SPIDER_PCI_MMIO_READ() 167 .readsl = spiderpci_readsl,
|
| /linux/arch/sparc/include/asm/ |
| A D | io_64.h | 265 static inline void readsl(void __iomem *port, void *buf, unsigned long count) in readsl() function 269 #define readsl readsl macro 291 #define ioread32_rep(p,d,l) readsl(p,d,l)
|
| /linux/include/asm-generic/ |
| A D | io.h | 431 #ifndef readsl 432 #define readsl readsl macro 433 static inline void readsl(const volatile void __iomem *addr, void *buffer, in readsl() function 709 readsl(PCI_IOBASE + addr, buffer, count); in insl() 935 readsl(addr, buffer, count); in ioread32_rep()
|
| /linux/drivers/crypto/allwinner/sun4i-ss/ |
| A D | sun4i-ss-prng.c | 52 readsl(ss->base + SS_TXFIFO, data, len / 4); in sun4i_ss_prng_generate()
|
| 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/ |
| A D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
| /linux/arch/mips/include/asm/ |
| A D | io.h | 536 #define readsl readsl macro
|
| /linux/arch/powerpc/include/asm/ |
| A D | io.h | 611 #define __do_insl(p, b, n) readsl((PCI_IO_ADDR)(_IO_BASE+(p)), (b), (n)) 688 #define readsl readsl macro 929 #define mmio_insl(addr, dst, count) readsl(addr, dst, count)
|
| A D | io-defs.h | 34 DEF_PCI_AC_NORET(readsl, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
| /linux/arch/riscv/include/asm/ |
| A D | io.h | 99 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) macro
|
| /linux/drivers/mtd/nand/raw/ |
| A D | orion_nand.c | 79 readsl(io_base, buf, len/4); in orion_nand_read_buf()
|
| A D | s3c2410.c | 673 readsl(info->regs + S3C2440_NFDATA, buf, len >> 2); in s3c2440_nand_read_buf()
|
| /linux/arch/hexagon/include/asm/ |
| A D | io.h | 40 #define readsl(p, d, l) __raw_readsl(p, d, l) macro
|
| /linux/arch/arc/include/asm/ |
| A D | io.h | 204 #define readsl(p,d,l) ({ __raw_readsl(p,d,l); __iormb(); }) macro
|
| /linux/drivers/net/ethernet/smsc/ |
| 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/ |
| A D | rockchip_canfd.h | 497 readsl(priv->regs + reg, buf, len / sizeof(u32)); in rkcanfd_read_rep()
|
| /linux/arch/sh/include/asm/ |
| A D | io.h | 61 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
|
| /linux/arch/arm/mach-orion5x/ |
| A D | ts78xx-setup.c | 195 readsl(io_base, buf32, sz); in ts78xx_ts_nand_read_buf()
|
| /linux/drivers/crypto/stm32/ |
| 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() 1982 readsl(cryp->regs + cryp->caps->dout, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_write_gcm_padded_data() 2080 readsl(cryp->regs + cryp->caps->dout, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_write_ccm_padded_data()
|
| /linux/arch/arm/include/asm/ |
| A D | io.h | 294 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
|
| /linux/drivers/base/regmap/ |
| A D | regmap-mmio.c | 350 readsl(ctx->regs + reg, (u32 *)val, val_count); in regmap_mmio_noinc_read()
|
| /linux/arch/m68k/include/asm/ |
| A D | io_mm.h | 377 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro
|
| /linux/drivers/i3c/master/ |
| A D | i3c-master-cdns.c | 442 readsl(master->regs + RX_FIFO, bytes, nbytes / 4); in cdns_i3c_master_rd_from_rx_fifo() 446 readsl(master->regs + RX_FIFO, &tmp, 1); in cdns_i3c_master_rd_from_rx_fifo() 1334 readsl(master->regs + IBI_DATA_FIFO, buf, nbytes / 4); in cdns_i3c_master_handle_ibi()
|
| A D | dw-i3c-master.c | 351 readsl(master->regs + reg, bytes, nbytes / 4); in dw_i3c_master_read_fifo() 355 readsl(master->regs + reg, &tmp, 1); in dw_i3c_master_read_fifo()
|
| /linux/drivers/usb/host/ |
| A D | isp1362.h | 653 readsl(isp1362_hcd->data_reg, dp, len >> 2); in isp1362_read_fifo()
|