/openbmc/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
|
/openbmc/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)
|
/openbmc/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,
|
/openbmc/linux/include/asm-generic/ |
H A D | io.h | 414 #ifndef readsw 415 #define readsw readsw macro 416 static inline void readsw(const volatile void __iomem *addr, void *buffer, in readsw() function 700 readsw(PCI_IOBASE + addr, buffer, count); in insw() 925 readsw(addr, buffer, count); in ioread16_rep()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_io.h | 29 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw() function
|
/openbmc/linux/include/linux/mfd/ |
H A D | tmio.h | 15 #define tmio_ioread16_rep(r, b, l) readsw(r, b, l)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | io.h | 610 #define __do_insw(p, b, n) readsw((PCI_IO_ADDR)(_IO_BASE+(p)), (b), (n)) 687 #define readsw readsw macro 935 #define mmio_insw(addr, dst, count) readsw(addr, dst, count)
|
H A D | io-defs.h | 32 DEF_PCI_AC_NORET(readsw, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
/openbmc/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()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | io.h | 98 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 256 #define insw(p, d, l) readsw(__io(p), d, l) 270 static inline void readsw(unsigned int *addr, void * data, int wordlen) in readsw() function
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 243 #define insw(p, d, l) readsw(__io(p), d, l) 261 static inline void readsw(unsigned int *addr, void *data, int wordlen) in readsw() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | io.h | 37 #define readsw(p, d, l) __raw_readsw(p, d, l) macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | io.h | 203 #define readsw(p,d,l) ({ __raw_readsw(p,d,l); __iormb(); }) macro
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 92 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) 149 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) 365 readsw(ioaddr + reg, buf, len); in smc_pxa_dma_insw()
|
/openbmc/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()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 60 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | io.h | 293 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-mmio.c | 347 readsw(ctx->regs + reg, (u16 *)val, val_count); in regmap_mmio_noinc_read()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 376 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 274 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) macro
|
/openbmc/linux/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 160 readsw(REG_BUFWIN, (data), (length) >> 1)
|
/openbmc/linux/drivers/mmc/host/ |
H A D | mvsdio.c | 379 readsw(iobase + MVSD_FIFO, p, 16); in mvsd_irq()
|