Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/powerpc/platforms/cell/
Dspider-pci.c59 SPIDER_PCI_MMIO_READ_STR(readsl) in SPIDER_PCI_MMIO_READ()
167 .readsl = spiderpci_readsl,
/linux-6.6.21/arch/sparc/include/asm/
Dio_64.h265 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/
Dio.h430 #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/
Dsun4i-ss-prng.c52 readsl(ss->base + SS_TXFIFO, data, len / 4); in sun4i_ss_prng_generate()
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-6.6.21/arch/arm/lib/
DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/linux-6.6.21/arch/powerpc/include/asm/
Dio.h611 #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)
Dio-defs.h34 DEF_PCI_AC_NORET(readsl, (const PCI_IO_ADDR a, void *b, unsigned long c),
/linux-6.6.21/drivers/mtd/nand/raw/
Dorion_nand.c79 readsl(io_base, buf, len/4); in orion_nand_read_buf()
Ds3c2410.c675 readsl(info->regs + S3C2440_NFDATA, buf, len >> 2); in s3c2440_nand_read_buf()
/linux-6.6.21/arch/riscv/include/asm/
Dio.h99 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) macro
/linux-6.6.21/arch/hexagon/include/asm/
Dio.h40 #define readsl(p, d, l) __raw_readsl(p, d, l) macro
/linux-6.6.21/arch/arc/include/asm/
Dio.h204 #define readsl(p,d,l) ({ __raw_readsl(p,d,l); __iormb(); }) macro
/linux-6.6.21/drivers/net/ethernet/smsc/
Dsmc91x.h94 #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/
Dstm32-cryp.c1336 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/
Dts78xx-setup.c195 readsl(io_base, buf32, sz); in ts78xx_ts_nand_read_buf()
/linux-6.6.21/arch/sh/include/asm/
Dio.h61 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
/linux-6.6.21/arch/arm/include/asm/
Dio.h294 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
/linux-6.6.21/drivers/base/regmap/
Dregmap-mmio.c350 readsl(ctx->regs + reg, (u32 *)val, val_count); in regmap_mmio_noinc_read()
/linux-6.6.21/drivers/i3c/master/
Di3c-master-cdns.c442 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()
Ddw-i3c-master.c342 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/
Dio_mm.h377 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro
/linux-6.6.21/drivers/usb/host/
Disp1362.h653 readsl(isp1362_hcd->data_reg, dp, len >> 2); in isp1362_read_fifo()
/linux-6.6.21/drivers/net/ethernet/allwinner/
Dsun4i-emac.c216 readsl(reg, data, round_up(count, 4) / 4); in emac_inblk_32bit()
/linux-6.6.21/drivers/mtd/devices/
Dst_spi_fsm.c768 readsl(fsm->base + SPI_FAST_SEQ_DATA_REG, buf, words); in stfsm_read_fifo()

12