Searched refs:writesb (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/arm/lib/
H A DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/linux-master/arch/sparc/include/asm/
H A Dio_64.h271 static inline void writesb(void __iomem *port, const void *buf, unsigned long count) function
275 #define writesb writesb macro
292 #define iowrite8_rep(p,d,l) writesb(p,d,l)
/linux-master/arch/powerpc/include/asm/
H A Dio-defs.h36 DEF_PCI_AC_NORET(writesb, (PCI_IO_ADDR a, const void *b, unsigned long c),
H A Dio.h612 #define __do_outsb(p, b, n) writesb((PCI_IO_ADDR)_IO_BASE+(p),(b),(n))
689 #define writesb writesb macro
930 #define mmio_outsb(addr, src, count) writesb(addr, src, count)
/linux-master/include/asm-generic/
H A Dio.h464 #ifndef writesb
465 #define writesb writesb macro
466 static inline void writesb(volatile void __iomem *addr, const void *buffer, function
717 writesb(PCI_IOBASE + addr, buffer, count);
955 writesb(addr, buffer, count);
/linux-master/arch/arm/mach-orion5x/
H A Dts78xx-setup.c161 writesb(io_base, buf, sz);
175 writesb(io_base, buf, len);
/linux-master/arch/mips/include/asm/
H A Dio.h540 #define writesb writesb macro
/linux-master/arch/arc/include/asm/
H A Dio.h209 #define writesb(p,d,l) ({ __iowmb(); __raw_writesb(p,d,l); }) macro
/linux-master/arch/riscv/include/asm/
H A Dio.h111 #define writesb(addr, buffer, count) __writesb(addr, buffer, count) macro
/linux-master/drivers/base/regmap/
H A Dregmap-mmio.c213 writesb(ctx->regs + reg, (const u8 *)val, val_count);
/linux-master/arch/sh/include/asm/
H A Dio.h63 #define writesb(p,d,l) __raw_writesb(p,d,l) macro
/linux-master/arch/arm/include/asm/
H A Dio.h296 #define writesb(p,d,l) __raw_writesb(p,d,l) macro
/linux-master/drivers/bus/
H A Dhisi_lpc.c180 writesb(lpcdev->membase + LPC_REG_WDATA, buf, opcnt);
/linux-master/drivers/net/ethernet/8390/
H A Detherh.c350 writesb (dma_base, buf, count);
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h378 #define writesb(port, buf, nr) raw_outsb((port), (u8 *)(buf), (nr)) macro
/linux-master/drivers/parport/
H A Dparport_ip32.c36 * and writesb() are to be translated by ioread8_rep() and iowrite8_rep()
1148 writesb(eppreg, buf, len);
1404 writesb(priv->regs.fifo, bufp, count);
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.h91 #define SMC_outsb(a, r, p, l) writesb((a) + (r), p, l)
/linux-master/drivers/mtd/nand/raw/
H A Ds3c2410.c687 writesb(this->legacy.IO_ADDR_W, buf, len);
/linux-master/drivers/scsi/
H A Desp_scsi.c2872 writesb(esp->fifo_reg, src, n);
2898 writesb(esp->fifo_reg, src, n);

Completed in 616 milliseconds