Home
last modified time | relevance | path

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

12

/openbmc/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
/openbmc/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)
/openbmc/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,
/openbmc/linux/include/asm-generic/
H A Dio.h414 #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 Dmusb_io.h29 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw() function
/openbmc/linux/include/linux/mfd/
H A Dtmio.h15 #define tmio_ioread16_rep(r, b, l) readsw(r, b, l)
/openbmc/linux/arch/powerpc/include/asm/
H A Dio.h610 #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 Dio-defs.h32 DEF_PCI_AC_NORET(readsw, (const PCI_IO_ADDR a, void *b, unsigned long c),
/openbmc/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()
/openbmc/linux/arch/riscv/include/asm/
H A Dio.h98 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h256 #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 Dio.h243 #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 Dio.h37 #define readsw(p, d, l) __raw_readsw(p, d, l) macro
/openbmc/linux/arch/arc/include/asm/
H A Dio.h203 #define readsw(p,d,l) ({ __raw_readsw(p,d,l); __iormb(); }) macro
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h92 #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 Detherh.c397 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 Dio.h60 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
/openbmc/linux/arch/arm/include/asm/
H A Dio.h293 #define readsw(p,d,l) __raw_readsw(p,d,l) macro
/openbmc/linux/drivers/base/regmap/
H A Dregmap-mmio.c347 readsw(ctx->regs + reg, (u16 *)val, val_count); in regmap_mmio_noinc_read()
/openbmc/linux/arch/m68k/include/asm/
H A Dio_mm.h376 #define readsw(port, buf, nr) raw_insw((port), (u16 *)(buf), (nr)) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h274 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) macro
/openbmc/linux/drivers/net/ethernet/seeq/
H A Dether3.c160 readsw(REG_BUFWIN, (data), (length) >> 1)
/openbmc/linux/drivers/mmc/host/
H A Dmvsdio.c379 readsw(iobase + MVSD_FIFO, p, 16); in mvsd_irq()

12