| /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 | 68 extern void iowrite32_rep(void __iomem *port, const void *buf, unsigned long count);
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 291 extern void iowrite32_rep(void __iomem *port, const void *buf, unsigned long count); 646 #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/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/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/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.h | 156 iowrite32_rep(va.vaddr, src, len >> 2); in mga_memcpy_toio()
|
| /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/spi/ |
| H A D | spi-zynq-qspi.c | 422 iowrite32_rep(xqspi->regs + ZYNQ_QSPI_TXD_00_00_OFFSET, in zynq_qspi_write_op()
|
| H A D | spi-orion.c | 495 iowrite32_rep(vaddr, xfer->tx_buf, cnt); in orion_spi_write_read()
|
| H A D | spi-rockchip-sfc.c | 400 iowrite32_rep(sfc->regbase + SFC_DATA, buf, write_words); in rockchip_sfc_write_fifo()
|
| H A D | spi-geni-qcom.c | 729 iowrite32_rep(se->base + SE_GENI_TX_FIFOn, &fifo_word, 1); in geni_spi_handle_tx()
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_gadget_ep0.c | 89 iowrite32_rep(fifo, src, len >> 2); in ep0_write_fifo()
|
| /linux/drivers/ata/ |
| H A D | libata-sff.c | 546 iowrite32_rep(data_addr, buf, words); in ata_sff_data_xfer32() 570 iowrite32_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 188 #define SMC_outsl(a, r, p, l) iowrite32_rep((a) + (r), p, l)
|
| /linux/drivers/usb/musb/ |
| H A D | tusb6010.c | 249 iowrite32_rep(fifo, buf, len >> 2); in tusb_write_fifo()
|
| /linux/drivers/ssb/ |
| H A D | pci.c | 1097 iowrite32_rep(addr, buffer, count >> 2); in ssb_pci_block_write()
|
| /linux/drivers/usb/renesas_usbhs/ |
| H A D | fifo.c | 547 iowrite32_rep(addr, buf, len / 4); in usbhsf_pio_try_push()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | arasan-nand-controller.c | 702 iowrite32_rep(nfc->base + DATA_PORT_REG, &buf[offset], in anfc_rw_pio_op()
|
| H A D | cadence-nand-controller.c | 2021 iowrite32_rep(cdns_ctrl->io.virt, buf, len_in_words); in cadence_nand_write_buf() 2037 iowrite32_rep(cdns_ctrl->io.virt, in cadence_nand_write_buf()
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi6000.c | 1180 iowrite32_rep(pdo->prHPI_data_auto_inc, pdata, length16); in hpi_write_block()
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9000.c | 210 iowrite32_rep(reg, data, (count+3) >> 2); in dm9000_outblk_32bit()
|