Home
last modified time | relevance | path

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

/linux/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/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/arch/powerpc/platforms/cell/
H A Dspider-pci.c58 SPIDER_PCI_MMIO_READ_STR(readsw) in SPIDER_PCI_MMIO_READ()
166 .readsw = spiderpci_readsw,
/linux/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/arch/riscv/include/asm/
H A Dio.h98 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) macro
/linux/arch/powerpc/include/asm/
H A Dio-defs.h32 DEF_PCI_AC_NORET(readsw, (const PCI_IO_ADDR a, void *b, unsigned long c),
/linux/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/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/arch/sh/include/asm/
H A Dio.h60 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
/linux/arch/arm/include/asm/
H A Dio.h293 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
/linux/drivers/base/regmap/
H A Dregmap-mmio.c347 readsw(ctx->regs + reg, (u16 *)val, val_count); in regmap_mmio_noinc_read()
/linux/arch/m68k/include/asm/
H A Dio_mm.h376 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro
/linux/drivers/net/ethernet/seeq/
H A Dether3.c160 readsw(REG_BUFWIN, (data), (length) >> 1)
/linux/drivers/mmc/host/
H A Dmvsdio.c379 readsw(iobase + MVSD_FIFO, p, 16); in mvsd_irq()
/linux/Documentation/driver-api/
H A Ddevice-io.rst275 readsq, readsl, readsw, readsb