Searched refs:writesw (Results 1 - 17 of 17) sorted by relevance

/linux-master/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-master/include/linux/mfd/
H A Dtmio.h21 #define tmio_iowrite16_rep(r, b, l) writesw(r, b, l)
/linux-master/arch/sparc/include/asm/
H A Dio_64.h277 static inline void writesw(void __iomem *port, const void *buf, unsigned long count) function
281 #define writesw writesw macro
293 #define iowrite16_rep(p,d,l) writesw(p,d,l)
/linux-master/arch/powerpc/include/asm/
H A Dio-defs.h38 DEF_PCI_AC_NORET(writesw, (PCI_IO_ADDR a, const void *b, unsigned long c),
H A Dio.h613 #define __do_outsw(p, b, n) writesw((PCI_IO_ADDR)_IO_BASE+(p),(b),(n))
690 #define writesw writesw macro
931 #define mmio_outsw(addr, src, count) writesw(addr, src, count)
/linux-master/include/asm-generic/
H A Dio.h479 #ifndef writesw
480 #define writesw writesw macro
481 static inline void writesw(volatile void __iomem *addr, const void *buffer, function
726 writesw(PCI_IOBASE + addr, buffer, count);
965 writesw(addr, buffer, count);
/linux-master/arch/mips/include/asm/
H A Dio.h541 #define writesw writesw macro
/linux-master/arch/arc/include/asm/
H A Dio.h210 #define writesw(p,d,l) ({ __iowmb(); __raw_writesw(p,d,l); }) macro
/linux-master/arch/hexagon/include/asm/
H A Dio.h38 #define writesw(p, d, l) __raw_writesw(p, d, l) macro
/linux-master/arch/riscv/include/asm/
H A Dio.h112 #define writesw(addr, buffer, count) __writesw(addr, buffer, count) macro
/linux-master/drivers/base/regmap/
H A Dregmap-mmio.c216 writesw(ctx->regs + reg, (const u16 *)val, val_count);
/linux-master/arch/sh/include/asm/
H A Dio.h64 #define writesw(p,d,l) __raw_writesw(p,d,l) macro
/linux-master/arch/arm/include/asm/
H A Dio.h297 #define writesw(p,d,l) __raw_writesw(p,d,l) macro
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.h93 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)
131 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)
/linux-master/drivers/net/ethernet/8390/
H A Detherh.c348 writesw (dma_base, buf, count >> 1);
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h379 #define writesw(port, buf, nr) raw_outsw((port), (u16 *)(buf), (nr)) macro
/linux-master/drivers/net/ethernet/seeq/
H A Dether3.c145 writesw(REG_BUFWIN, (data), (length) >> 1)

Completed in 211 milliseconds