| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 381 #ifndef writesb 382 #define writesb writesb macro 383 static inline void writesb(volatile void __iomem *addr, const void *buffer, in writesb() function 634 writesb(PCI_IOBASE + addr, buffer, count); in outsb() 872 writesb(addr, buffer, count); in iowrite8_rep()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/ |
| H A D | io-s3c24xx.h | 40 #define outsb(p,d,l) writesb(S3C24XX_VA_ISA_BYTE + (p),d,l)
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-orion5x/ |
| H A D | ts78xx-setup.c | 164 writesb(io_base, buf, sz); in ts78xx_ts_nand_write_buf() 178 writesb(io_base, buf, len); in ts78xx_ts_nand_write_buf()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_64.h | 260 static inline void writesb(void __iomem *port, const void *buf, unsigned long count) in writesb() function 278 #define iowrite8_rep(p,d,l) writesb(p,d,l)
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_io.h | 39 static inline void writesb(const void __iomem *addr, const void *buf, int len) in writesb() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | iomap.c | 160 writesb(addr, src, count); in iowrite8_rep()
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 260 #define outsb(p, d, l) writesb(__io(p), d, l) 300 static inline void writesb(unsigned int *addr, const void * data, int bytelen) in writesb() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | io-defs.h | 36 DEF_PCI_AC_NORET(writesb, (PCI_IO_ADDR a, const void *b, unsigned long c),
|
| H A D | io.h | 568 #define __do_outsb(p, b, n) writesb((PCI_IO_ADDR)_IO_BASE+(p),(b),(n)) 771 #define mmio_outsb(addr, src, count) writesb(addr, src, count)
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | io.h | 124 #define writesb(addr, buffer, count) __writesb(addr, buffer, count) macro
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | io.h | 210 #define writesb(p,d,l) ({ __iowmb(); __raw_writesb(p,d,l); }) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_hdmi_i2c.c | 61 writesb(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len); in fifo_transfer()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | io.h | 63 #define writesb(p,d,l) __raw_writesb(p,d,l) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | io.h | 313 #define writesb(p,d,l) __raw_writesb(p,d,l) macro
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | hisi_lpc.c | 180 writesb(lpcdev->membase + LPC_REG_WDATA, buf, opcnt); in hisi_lpc_target_out()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-zx2967.c | 83 writesb(i2c->reg_base + reg, data, len); in zx2967_i2c_writesb()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | cadence_qspi_apb.c | 736 writesb(plat->ahbbase, txbuf, write_bytes); in cadence_qspi_apb_indirect_write_execute()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | io_mm.h | 380 #define writesb(port, buf, nr) raw_outsb((port), (u8 *)(buf), (nr)) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | io.h | 62 #define writesb(p, v, l) __indirect_writesb(p, v, l) macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 262 #define writesb(a, d, s) __raw_writesb((unsigned long)a, d, s) macro
|
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | parport_ip32.c | 1148 writesb(eppreg, buf, len); in parport_ip32_epp_write() 1404 writesb(priv->regs.fifo, bufp, count); in parport_ip32_fifo_write_block_pio()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | etherh.c | 350 writesb (dma_base, buf, count); in etherh_block_output()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | s3c2410.c | 693 writesb(this->legacy.IO_ADDR_W, buf, len); in s3c2410_nand_write_buf()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 91 #define SMC_outsb(a, r, p, l) writesb((a) + (r), p, l)
|