/openbmc/linux/arch/sh/kernel/ |
H A D | iomap.c | 146 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() function 150 EXPORT_SYMBOL(iowrite8_rep);
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 266 #define iowrite8_rep iowrite8_rep macro
|
/openbmc/linux/include/asm-generic/ |
H A D | iomap.h | 86 extern void iowrite8_rep(void __iomem *port, const void *buf, unsigned long count);
|
H A D | io.h | 949 #ifndef iowrite8_rep 950 #define iowrite8_rep iowrite8_rep macro 951 static inline void iowrite8_rep(volatile void __iomem *addr, in iowrite8_rep() function
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | io.c | 392 void iowrite8_rep(void __iomem *port, const void *xsrc, unsigned long count) in iowrite8_rep() function 401 iowrite8_rep(ioport_map(port, 1), src, count); in outsb() 404 EXPORT_SYMBOL(iowrite8_rep);
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 142 #define iowrite8_rep iowrite8_rep macro
|
/openbmc/linux/lib/ |
H A D | iomap.c | 382 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() function 400 EXPORT_SYMBOL(iowrite8_rep);
|
/openbmc/linux/arch/parisc/lib/ |
H A D | iomap.c | 466 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() function 547 EXPORT_SYMBOL(iowrite8_rep);
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | io.h | 671 #define iowrite8_rep iowrite8_rep macro
|
/openbmc/linux/drivers/ata/ |
H A D | pata_pcmcia.c | 99 iowrite8_rep(ap->ioaddr.data_addr, buf, buflen); in ata_data_xfer_8bit()
|
/openbmc/linux/drivers/bcma/ |
H A D | host_pci.c | 114 iowrite8_rep(addr, buffer, count); in bcma_host_pci_block_write()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_hdmi_i2c.c | 61 iowrite8_rep(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len); in fifo_transfer()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | gpio.c | 119 iowrite8_rep(gpiomtd->io, instr->ctx.data.buf.out, in gpio_nand_exec_instr()
|
H A D | nand_legacy.c | 119 iowrite8_rep(chip->legacy.IO_ADDR_W, buf, len); in nand_write_buf()
|
H A D | davinci_nand.c | 624 iowrite8_rep(info->current_cs, buf, len); in nand_davinci_data_out()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 292 #define iowrite8_rep(p,d,l) writesb(p,d,l) macro
|
/openbmc/linux/drivers/mtd/nand/raw/ingenic/ |
H A D | ingenic_nand_drv.c | 289 iowrite8_rep(cs->base + nfc->soc_info->data_offset, in ingenic_nand_exec_instr()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-cadence-xspi.c | 345 iowrite8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
|
H A D | spi-orion.c | 499 iowrite8_rep(vaddr, &buf[cnt], rem); in orion_spi_write_read()
|
H A D | spi-synquacer.c | 197 iowrite8_rep(sspi->regs + SYNQUACER_HSSPI_REG_TX_FIFO, in write_fifo()
|
H A D | spi-aspeed-smc.c | 177 iowrite8_rep(dst, (const u8 *)buf + offset, len); in aspeed_spi_write_to_ahb()
|
/openbmc/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_guest.c | 180 iowrite8_rep(dev->iobase + VMCI_DATA_OUT_ADDR, in vmci_write_data()
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | ax88796.c | 307 iowrite8_rep(nic_base + NE_DATAPORT, buf, count); in ax_block_output()
|
/openbmc/linux/drivers/ssb/ |
H A D | pci.c | 1089 iowrite8_rep(addr, buffer, count); in ssb_pci_block_write()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | davinci_mmc.c | 251 iowrite8_rep(host->base + DAVINCI_MMCDXR, p, (n & 3)); in davinci_fifo_data_trans()
|