/linux/arch/arm/lib/ |
H A D | Makefile | 34 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 D | io_64.h | 259 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 D | spider-pci.c | 58 SPIDER_PCI_MMIO_READ_STR(readsw) in SPIDER_PCI_MMIO_READ() 166 .readsw = spiderpci_readsw,
|
/linux/drivers/scsi/arm/ |
H A D | oak.c | 81 readsw(base + DATA, addr, 128); in oakscsi_pread()
|
H A D | arxescsi.c | 171 readsw(base + DMADATA_OFFSET, addr, 256 >> 1); in arxescsi_dma_pseudo()
|
H A D | cumana_2.c | 252 readsw(info->base + CUMANASCSI2_PSEUDODMA, in cumanascsi_2_dma_pseudo()
|
/linux/arch/riscv/include/asm/ |
H A D | io.h | 98 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) macro
|
/linux/arch/powerpc/include/asm/ |
H A D | io-defs.h | 32 DEF_PCI_AC_NORET(readsw, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 92 #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 D | etherh.c | 397 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 D | io.h | 60 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
|
/linux/arch/arm/include/asm/ |
H A D | io.h | 293 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
|
/linux/drivers/base/regmap/ |
H A D | regmap-mmio.c | 347 readsw(ctx->regs + reg, (u16 *)val, val_count); in regmap_mmio_noinc_read()
|
/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 376 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro
|
/linux/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 160 readsw(REG_BUFWIN, (data), (length) >> 1)
|
/linux/drivers/mmc/host/ |
H A D | mvsdio.c | 379 readsw(iobase + MVSD_FIFO, p, 16); in mvsd_irq()
|
/linux/Documentation/driver-api/ |
H A D | device-io.rst | 275 readsq, readsl, readsw, readsb
|