Home
last modified time | relevance | path

Searched refs:iowrite32_rep (Results 1 – 25 of 48) sorted by relevance

12

/linux/arch/parisc/include/asm/
H A Dio.h274 extern void iowrite32_rep(void __iomem *port, const void *buf, unsigned long count);
277 #define iowrite32_rep iowrite32_rep macro
/linux/arch/alpha/kernel/
H A Dio.c454 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 Diomap.h68 extern void iowrite32_rep(void __iomem *port, const void *buf, unsigned long count);
H A Dio.h1064 #ifndef iowrite32_rep
1065 #define iowrite32_rep iowrite32_rep macro
1066 static inline void iowrite32_rep(volatile void __iomem *addr, in iowrite32_rep() function
/linux/arch/alpha/include/asm/
H A Dio.h291 extern void iowrite32_rep(void __iomem *port, const void *buf, unsigned long count);
646 #define iowrite32_rep iowrite32_rep macro
/linux/lib/
H A Diomap.c394 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 Diomap.c490 void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite32_rep() function
549 EXPORT_SYMBOL(iowrite32_rep);
/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h206 iowrite32_rep(fifoaddr, buf, len / 4); in r8a66597_write_fifo()
H A Dm66592-udc.h574 iowrite32_rep(fifoaddr, buf, count); in m66592_write_fifo()
/linux/drivers/mmc/host/
H A Dtmio_mmc.h293 iowrite32_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_write32_rep()
H A Dtoshsd.c194 iowrite32_rep(host->ioaddr + SD_DATAPORT, buf, count >> 2); in toshsd_thread_irq()
/linux/drivers/usb/host/
H A Dr8a66597.h219 iowrite32_rep(fifoaddr, buf, count); in r8a66597_write_fifo()
/linux/drivers/bcma/
H A Dhost_pci.c122 iowrite32_rep(addr, buffer, count >> 2); in bcma_host_pci_block_write()
/linux/arch/sparc/include/asm/
H A Dio_64.h294 #define iowrite32_rep(p,d,l) writesl(p,d,l) macro
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h156 iowrite32_rep(va.vaddr, src, len >> 2); in mga_memcpy_toio()
/linux/drivers/tty/serial/
H A Dmsm_serial.c877 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/leds/
H A Dleds-sun50i-a100.c126 iowrite32_rep(priv->base + LEDC_DATA_REG, priv->buffer + offset, burst); in sun50i_a100_ledc_pio_xfer()
/linux/drivers/net/ethernet/ezchip/
H A Dnps_enet.c388 iowrite32_rep(priv->regs_base + NPS_ENET_REG_TX_BUF, src, len); in nps_enet_send_frame()
/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c943 iowrite32_rep(nfc->regs + NDDB, out + i, FIFO_REP(FIFO_DEPTH)); in marvell_nfc_xfer_data_out_pio()
949 iowrite32_rep(nfc->regs + NDDB, tmp_buf, FIFO_REP(FIFO_DEPTH)); in marvell_nfc_xfer_data_out_pio()
1623 iowrite32_rep(nfc->regs + NDDB, data, FIFO_REP(data_len)); in marvell_nfc_hw_ecc_bch_write_chunk()
1624 iowrite32_rep(nfc->regs + NDDB, spare, FIFO_REP(spare_len)); in marvell_nfc_hw_ecc_bch_write_chunk()
H A Drenesas-nand-controller.c668 iowrite32_rep(rnandc->regs + FIFO_DATA_REG, bufpoi + page_off, in rnandc_write_subpage_hw_ecc()
875 iowrite32_rep(rnandc->regs + FIFO_DATA_REG, rop.buf, in rnandc_exec_op()
H A Ddavinci_nand.c742 iowrite32_rep(info->current_cs, buf, len >> 2); in nand_davinci_data_out()
/linux/drivers/spi/
H A Dspi-zynq-qspi.c433 iowrite32_rep(xqspi->regs + ZYNQ_QSPI_TXD_00_00_OFFSET, in zynq_qspi_write_op()
H A Dspi-mt65xx.c680 iowrite32_rep(mdata->base + SPI_TX_DATA_REG, xfer->tx_buf, cnt); in mtk_spi_fifo_transfer()
825 iowrite32_rep(mdata->base + SPI_TX_DATA_REG, in mtk_spi_interrupt_thread()
H A Dspi-rockchip-sfc.c400 iowrite32_rep(sfc->regbase + SFC_DATA, buf, write_words); in rockchip_sfc_write_fifo()
/linux/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c89 iowrite32_rep(fifo, src, len >> 2); in ep0_write_fifo()

12