Home
last modified time | relevance | path

Searched refs:readsw (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/arch/arm/lib/
H A DMakefile34 lib-y += io-readsw-armv3.o io-writesw-armv3.o
36 lib-y += io-readsw-armv4.o io-writesw-armv4.o
/linux-6.15/arch/sparc/include/asm/
H A Dio_64.h259 static inline void readsw(void __iomem *port, void *buf, unsigned long count) in readsw() function
263 #define readsw readsw macro
290 #define ioread16_rep(p,d,l) readsw(p,d,l)
/linux-6.15/include/asm-generic/
H A Dio.h415 #ifndef readsw
416 #define readsw readsw macro
417 static inline void readsw(const volatile void __iomem *addr, void *buffer, in readsw() function
737 readsw(PCI_IOBASE + addr, buffer, count); in insw()
986 readsw(addr, buffer, count); in ioread16_rep()
/linux-6.15/arch/powerpc/include/asm/
H A Dio.h485 #define __do_insw(p, b, n) readsw(_IO_PORT(p), (b), (n))
561 static inline void readsw(const volatile void __iomem *a, void *b, unsigned long c) in readsw() function
565 #define readsw readsw macro
859 #define mmio_insw(addr, dst, count) readsw(addr, dst, count)
/linux-6.15/arch/mips/include/asm/
H A Dio.h519 #define readsw readsw macro
/linux-6.15/drivers/scsi/arm/
H A Doak.c81 readsw(base + DATA, addr, 128); in oakscsi_pread()
H A Darxescsi.c171 readsw(base + DMADATA_OFFSET, addr, 256 >> 1); in arxescsi_dma_pseudo()
H A Dcumana_2.c252 readsw(info->base + CUMANASCSI2_PSEUDODMA, in cumanascsi_2_dma_pseudo()
/linux-6.15/arch/riscv/include/asm/
H A Dio.h98 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) macro
/linux-6.15/arch/arc/include/asm/
H A Dio.h200 #define readsw(p,d,l) ({ __raw_readsw(p,d,l); __iormb(); }) macro
/linux-6.15/drivers/net/ethernet/smsc/
H A Dsmc91x.h92 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l)
130 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l)
346 readsw(ioaddr + reg, buf, len); in smc_pxa_dma_insw()
/linux-6.15/drivers/net/ethernet/8390/
H A Detherh.c397 readsw (dma_base, buf, count >> 1); in etherh_block_input()
436 readsw (dma_base, hdr, sizeof (*hdr) >> 1); in etherh_get_header()
/linux-6.15/arch/sh/include/asm/
H A Dio.h59 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
/linux-6.15/arch/arm/include/asm/
H A Dio.h293 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
/linux-6.15/drivers/base/regmap/
H A Dregmap-mmio.c347 readsw(ctx->regs + reg, (u16 *)val, val_count); in regmap_mmio_noinc_read()
/linux-6.15/arch/m68k/include/asm/
H A Dio_mm.h376 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro
/linux-6.15/drivers/net/ethernet/seeq/
H A Dether3.c160 readsw(REG_BUFWIN, (data), (length) >> 1)
/linux-6.15/drivers/mmc/host/
H A Dmvsdio.c379 readsw(iobase + MVSD_FIFO, p, 16); in mvsd_irq()
/linux-6.15/Documentation/driver-api/
H A Ddevice-io.rst275 readsq, readsl, readsw, readsb