/linux/arch/sh/kernel/ |
H A D | iomap.c | 158 void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite32_rep() function 162 EXPORT_SYMBOL(iowrite32_rep);
|
/linux/arch/alpha/kernel/ |
H A D | io.c | 454 void iowrite32_rep(void __iomem *port, const void *src, unsigned long count) in iowrite32_rep() function 473 iowrite32_rep(ioport_map(port, 4), src, count); in outsl() 476 EXPORT_SYMBOL(iowrite32_rep);
|
/linux/include/asm-generic/ |
H A D | iomap.h | 88 extern void iowrite32_rep(void __iomem *port, const void *buf, unsigned long count);
|
/linux/arch/sh/include/asm/ |
H A D | io.h | 144 #define iowrite32_rep iowrite32_rep macro
|
/linux/lib/ |
H A D | iomap.c | 394 void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite32_rep() function 402 EXPORT_SYMBOL(iowrite32_rep);
|
/linux/arch/parisc/lib/ |
H A D | iomap.c | 490 void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite32_rep() function 549 EXPORT_SYMBOL(iowrite32_rep);
|
/linux/arch/alpha/include/asm/ |
H A D | io.h | 643 #define iowrite32_rep iowrite32_rep macro
|
/linux/drivers/usb/gadget/udc/ |
H A D | r8a66597-udc.h | 206 iowrite32_rep(fifoaddr, buf, len / 4); in r8a66597_write_fifo()
|
H A D | m66592-udc.h | 574 iowrite32_rep(fifoaddr, buf, count); in m66592_write_fifo()
|
/linux/drivers/mmc/host/ |
H A D | tmio_mmc.h | 270 iowrite32_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_write32_rep()
|
H A D | toshsd.c | 194 iowrite32_rep(host->ioaddr + SD_DATAPORT, buf, count >> 2); in toshsd_thread_irq()
|
/linux/drivers/usb/host/ |
H A D | r8a66597.h | 219 iowrite32_rep(fifoaddr, buf, count); in r8a66597_write_fifo()
|
/linux/drivers/bcma/ |
H A D | host_pci.c | 122 iowrite32_rep(addr, buffer, count >> 2); in bcma_host_pci_block_write()
|
/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 294 #define iowrite32_rep(p,d,l) writesl(p,d,l) macro
|
/linux/drivers/ata/ |
H A D | pata_legacy.c | 351 iowrite32_rep(ap->ioaddr.data_addr, buf, buflen >> 2); in pdc_data_xfer_vlb() 740 iowrite32_rep(ap->ioaddr.data_addr, buf, buflen >> 2); in vlb32_data_xfer()
|
/linux/drivers/tty/serial/ |
H A D | msm_serial.c | 877 iowrite32_rep(tf, buf, 1); in msm_handle_tx_pio() 910 iowrite32_rep(tf, buf, 1); in msm_handle_tx() 1666 iowrite32_rep(tf, buf, 1); in __msm_console_write()
|
/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.h | 156 iowrite32_rep(va.vaddr, src, len >> 2); in mga_memcpy_toio()
|
/linux/drivers/spi/ |
H A D | spi-slave-mt27xx.c | 180 iowrite32_rep(mdata->base + SPIS_TX_DATA_REG, in mtk_spi_slave_fifo_transfer()
|
H A D | spi-rockchip-sfc.c | 400 iowrite32_rep(sfc->regbase + SFC_DATA, buf, write_words); in rockchip_sfc_write_fifo()
|
/linux/drivers/leds/ |
H A D | leds-sun50i-a100.c | 126 iowrite32_rep(priv->base + LEDC_DATA_REG, priv->buffer + offset, burst); in sun50i_a100_ledc_pio_xfer()
|
/linux/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 940 iowrite32_rep(nfc->regs + NDDB, out + i, FIFO_REP(FIFO_DEPTH)); in marvell_nfc_xfer_data_out_pio() 946 iowrite32_rep(nfc->regs + NDDB, tmp_buf, FIFO_REP(FIFO_DEPTH)); in marvell_nfc_xfer_data_out_pio() 1620 iowrite32_rep(nfc->regs + NDDB, data, FIFO_REP(data_len)); in marvell_nfc_hw_ecc_bch_write_chunk() 1621 iowrite32_rep(nfc->regs + NDDB, spare, FIFO_REP(spare_len)); in marvell_nfc_hw_ecc_bch_write_chunk()
|
H A D | renesas-nand-controller.c | 662 iowrite32_rep(rnandc->regs + FIFO_DATA_REG, bufpoi + page_off, in rnandc_write_subpage_hw_ecc() 869 iowrite32_rep(rnandc->regs + FIFO_DATA_REG, rop.buf, in rnandc_exec_op()
|
H A D | omap2.c | 519 iowrite32_rep(info->fifo, (u32 *)info->buf, in omap_nand_irq() 2118 iowrite32_rep(info->fifo, buf, len >> 2); in omap_nand_data_out()
|
/linux/drivers/usb/mtu3/ |
H A D | mtu3_gadget_ep0.c | 89 iowrite32_rep(fifo, src, len >> 2); in ep0_write_fifo()
|
/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 188 #define SMC_outsl(a, r, p, l) iowrite32_rep((a) + (r), p, l)
|