/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 86 #define readsw readsw macro 87 extern void readsw(const volatile void __iomem *addr, void *data, int wordlen);
|
/linux-4.1.27/arch/arm/lib/ |
D | Makefile | 27 lib-y += io-readsw-armv3.o io-writesw-armv3.o 29 lib-y += io-readsw-armv4.o io-writesw-armv4.o
|
/linux-4.1.27/include/asm-generic/ |
D | io.h | 234 #ifndef readsw 235 #define readsw readsw macro 236 static inline void readsw(const volatile void __iomem *addr, void *buffer, in readsw() function 473 readsw(PCI_IOBASE + addr, buffer, count); in insw() 658 readsw(addr, buffer, count); in ioread16_rep()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | spider-pci.c | 72 SPIDER_PCI_MMIO_READ_STR(readsw) in SPIDER_PCI_MMIO_READ() 180 .readsw = spiderpci_readsw,
|
/linux-4.1.27/arch/arm/include/asm/ |
D | ide.h | 16 #define __ide_mm_insw(port,addr,len) readsw(port,addr,len)
|
D | io.h | 315 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ide.h | 12 #define __ide_mm_insw(p, a, c) readsw((void __iomem *)(p), (a), (c))
|
D | io-defs.h | 31 DEF_PCI_AC_NORET(readsw, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
D | io.h | 531 #define __do_insw(p, b, n) readsw((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) 754 #define mmio_insw(addr, dst, count) readsw(addr, dst, count)
|
/linux-4.1.27/arch/avr32/lib/ |
D | Makefile | 9 lib-y += io-readsw.o io-readsl.o io-writesw.o io-writesl.o
|
/linux-4.1.27/arch/arm/mach-ebsa110/ |
D | io.c | 105 void readsw(const volatile void __iomem *addr, void *data, int len) in readsw() function 113 EXPORT_SYMBOL(readsw);
|
/linux-4.1.27/include/linux/mfd/ |
D | tmio.h | 14 #define tmio_ioread16_rep(r, b, l) readsw(r, b, l)
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | iomap.c | 82 readsw(addr, dst, count); in ioread16_rep()
|
/linux-4.1.27/arch/mips/include/asm/mach-generic/ |
D | ide.h | 97 readsw(port, addr, count); in __ide_mm_insw()
|
/linux-4.1.27/drivers/scsi/arm/ |
D | oak.c | 82 readsw(base + DATA, addr, 128); in NCR5380_pread()
|
D | arxescsi.c | 166 readsw(base + DMADATA_OFFSET, addr, 256 >> 1); in arxescsi_dma_pseudo()
|
D | cumana_2.c | 250 readsw(info->base + CUMANASCSI2_PSEUDODMA, in cumanascsi_2_dma_pseudo()
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | io.h | 52 #define readsw(p, d, l) __raw_readsw(p, d, l) macro
|
/linux-4.1.27/drivers/mmc/host/ |
D | tmio_mmc.h | 177 readsw(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read16_rep()
|
D | mvsdio.c | 384 readsw(iobase + MVSD_FIFO, p, 16); in mvsd_irq()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91x.h | 61 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) 138 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) 322 readsw(ioaddr + reg, buf, len); in smc_pxa_dma_insw()
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | io.h | 221 #define readsw(p, dst, count) \ macro
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | etherh.c | 402 readsw (dma_base, buf, count >> 1); in etherh_block_input() 441 readsw (dma_base, hdr, sizeof (*hdr) >> 1); in etherh_get_header()
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | io.h | 244 #define ioread16_rep(p,d,c) readsw(p,d,c)
|
/linux-4.1.27/arch/sh/include/asm/ |
D | io.h | 59 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 78 #define readsw(p, v, l) __indirect_readsw(p, v, l) macro
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | io_mm.h | 452 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro
|
/linux-4.1.27/drivers/net/ethernet/seeq/ |
D | ether3.c | 162 readsw(REG_BUFWIN, (data), (length) >> 1)
|