/linux-6.1.9/arch/sh/kernel/ |
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);
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | io.h | 261 #define iowrite8_rep iowrite8_rep macro
|
/linux-6.1.9/arch/alpha/kernel/ |
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);
|
/linux-6.1.9/include/asm-generic/ |
D | iomap.h | 86 extern void iowrite8_rep(void __iomem *port, const void *buf, unsigned long count);
|
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
|
/linux-6.1.9/lib/ |
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);
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | oxnas_nand.c | 57 iowrite8_rep(oxnas->io_base, buf, len); in oxnas_nand_write_buf()
|
D | gpio.c | 119 iowrite8_rep(gpiomtd->io, instr->ctx.data.buf.out, in gpio_nand_exec_instr()
|
D | nand_legacy.c | 119 iowrite8_rep(chip->legacy.IO_ADDR_W, buf, len); in nand_write_buf()
|
D | davinci_nand.c | 625 iowrite8_rep(info->current_cs, buf, len); in nand_davinci_data_out()
|
/linux-6.1.9/arch/parisc/lib/ |
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);
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | io.h | 675 #define iowrite8_rep iowrite8_rep macro
|
/linux-6.1.9/drivers/ata/ |
D | pata_pcmcia.c | 99 iowrite8_rep(ap->ioaddr.data_addr, buf, buflen); in ata_data_xfer_8bit()
|
/linux-6.1.9/drivers/bcma/ |
D | host_pci.c | 114 iowrite8_rep(addr, buffer, count); in bcma_host_pci_block_write()
|
/linux-6.1.9/drivers/gpu/drm/sun4i/ |
D | sun4i_hdmi_i2c.c | 61 iowrite8_rep(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len); in fifo_transfer()
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | io_64.h | 292 #define iowrite8_rep(p,d,l) writesb(p,d,l) macro
|
/linux-6.1.9/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_nand_drv.c | 290 iowrite8_rep(cs->base + nfc->soc_info->data_offset, in ingenic_nand_exec_instr()
|
/linux-6.1.9/drivers/spi/ |
D | spi-cadence-xspi.c | 342 iowrite8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
|
D | spi-orion.c | 500 iowrite8_rep(vaddr, &buf[cnt], rem); in orion_spi_write_read()
|
D | spi-synquacer.c | 197 iowrite8_rep(sspi->regs + SYNQUACER_HSSPI_REG_TX_FIFO, in write_fifo()
|
D | spi-aspeed-smc.c | 177 iowrite8_rep(dst, (const u8 *)buf + offset, len); in aspeed_spi_write_to_ahb()
|
/linux-6.1.9/drivers/misc/vmw_vmci/ |
D | vmci_guest.c | 180 iowrite8_rep(dev->iobase + VMCI_DATA_OUT_ADDR, in vmci_write_data()
|
/linux-6.1.9/drivers/net/ethernet/8390/ |
D | ax88796.c | 307 iowrite8_rep(nic_base + NE_DATAPORT, buf, count); in ax_block_output()
|
/linux-6.1.9/drivers/mmc/host/ |
D | davinci_mmc.c | 252 iowrite8_rep(host->base + DAVINCI_MMCDXR, p, (n & 3)); in davinci_fifo_data_trans()
|
/linux-6.1.9/drivers/ssb/ |
D | pci.c | 1089 iowrite8_rep(addr, buffer, count); in ssb_pci_block_write()
|