/linux-6.6.21/arch/powerpc/platforms/cell/ |
D | spider-pci.c | 59 SPIDER_PCI_MMIO_READ_STR(readsl) in SPIDER_PCI_MMIO_READ() 167 .readsl = spiderpci_readsl,
|
/linux-6.6.21/arch/sparc/include/asm/ |
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-6.6.21/include/asm-generic/ |
D | io.h | 430 #ifndef readsl 431 #define readsl readsl macro 432 static inline void readsl(const volatile void __iomem *addr, void *buffer, in readsl() function 708 readsl(PCI_IOBASE + addr, buffer, count); in insl() 934 readsl(addr, buffer, count); in ioread32_rep()
|
/linux-6.6.21/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-prng.c | 52 readsl(ss->base + SS_TXFIFO, data, len / 4); in sun4i_ss_prng_generate()
|
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-6.6.21/arch/arm/lib/ |
D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | io.h | 611 #define __do_insl(p, b, n) readsl((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) 688 #define readsl readsl macro 936 #define mmio_insl(addr, dst, count) readsl(addr, dst, count)
|
D | io-defs.h | 34 DEF_PCI_AC_NORET(readsl, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
/linux-6.6.21/drivers/mtd/nand/raw/ |
D | orion_nand.c | 79 readsl(io_base, buf, len/4); in orion_nand_read_buf()
|
D | s3c2410.c | 675 readsl(info->regs + S3C2440_NFDATA, buf, len >> 2); in s3c2440_nand_read_buf()
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | io.h | 99 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) macro
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | io.h | 40 #define readsl(p, d, l) __raw_readsl(p, d, l) macro
|
/linux-6.6.21/arch/arc/include/asm/ |
D | io.h | 204 #define readsl(p,d,l) ({ __raw_readsl(p,d,l); __iormb(); }) macro
|
/linux-6.6.21/drivers/net/ethernet/smsc/ |
D | smc91x.h | 94 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) 151 #define SMC_insl(a, r, p, l) readsl((a) + (r), p, l) 322 readsl(ioaddr + reg, buf, len); in smc_pxa_dma_insl()
|
/linux-6.6.21/drivers/crypto/stm32/ |
D | stm32-cryp.c | 1336 readsl(cryp->regs + cryp->caps->dout, out_tag, AES_BLOCK_32); in stm32_cryp_read_auth_tag() 1343 readsl(cryp->regs + cryp->caps->dout, out_tag, AES_BLOCK_32); in stm32_cryp_read_auth_tag() 1386 readsl(cryp->regs + cryp->caps->dout, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_read_data() 1443 readsl(cryp->regs + cryp->caps->dout, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_write_gcm_padded_data() 1541 readsl(cryp->regs + cryp->caps->dout, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_write_ccm_padded_data()
|
/linux-6.6.21/arch/arm/mach-orion5x/ |
D | ts78xx-setup.c | 195 readsl(io_base, buf32, sz); in ts78xx_ts_nand_read_buf()
|
/linux-6.6.21/arch/sh/include/asm/ |
D | io.h | 61 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
|
/linux-6.6.21/arch/arm/include/asm/ |
D | io.h | 294 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
|
/linux-6.6.21/drivers/base/regmap/ |
D | regmap-mmio.c | 350 readsl(ctx->regs + reg, (u32 *)val, val_count); in regmap_mmio_noinc_read()
|
/linux-6.6.21/drivers/i3c/master/ |
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()
|
D | dw-i3c-master.c | 342 readsl(master->regs + reg, bytes, nbytes / 4); in dw_i3c_master_read_fifo() 346 readsl(master->regs + reg, &tmp, 1); in dw_i3c_master_read_fifo()
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | io_mm.h | 377 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro
|
/linux-6.6.21/drivers/usb/host/ |
D | isp1362.h | 653 readsl(isp1362_hcd->data_reg, dp, len >> 2); in isp1362_read_fifo()
|
/linux-6.6.21/drivers/net/ethernet/allwinner/ |
D | sun4i-emac.c | 216 readsl(reg, data, round_up(count, 4) / 4); in emac_inblk_32bit()
|
/linux-6.6.21/drivers/mtd/devices/ |
D | st_spi_fsm.c | 768 readsl(fsm->base + SPI_FAST_SEQ_DATA_REG, buf, words); in stfsm_read_fifo()
|