| /linux/arch/parisc/include/asm/ |
| H A D | io.h | 267 extern void ioread32_rep(const void __iomem *port, void *buf, unsigned long count); 270 #define ioread32_rep ioread32_rep macro
|
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 360 void ioread32_rep(const void __iomem *port, void *dst, unsigned long count) in ioread32_rep() function 379 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 382 EXPORT_SYMBOL(ioread32_rep);
|
| /linux/include/asm-generic/ |
| H A D | iomap.h | 64 extern void ioread32_rep(const void __iomem *port, void *buf, unsigned long count);
|
| H A D | io.h | 1024 #ifndef ioread32_rep 1025 #define ioread32_rep ioread32_rep macro 1026 static inline void ioread32_rep(const volatile void __iomem *addr, in ioread32_rep() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 287 extern void ioread32_rep(const void __iomem *port, void *buf, unsigned long count); 643 #define ioread32_rep ioread32_rep macro
|
| /linux/lib/ |
| H A D | iomap.c | 372 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 380 EXPORT_SYMBOL(ioread32_rep);
|
| /linux/arch/parisc/lib/ |
| H A D | iomap.c | 454 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 546 EXPORT_SYMBOL(ioread32_rep);
|
| /linux/drivers/net/ethernet/ezchip/ |
| H A D | nps_enet.c | 44 ioread32_rep(priv->regs_base + NPS_ENET_REG_RX_BUF, reg, len); in nps_enet_read_rx_fifo() 57 ioread32_rep(priv->regs_base + NPS_ENET_REG_RX_BUF, &buf, 1); in nps_enet_read_rx_fifo()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | r8a66597-udc.h | 141 ioread32_rep(fifoaddr, buf, len / 4); in r8a66597_read_fifo()
|
| H A D | m66592-udc.h | 534 ioread32_rep(fifoaddr, buf, len); in m66592_read_fifo()
|
| /linux/drivers/mmc/host/ |
| H A D | tmio_mmc.h | 241 ioread32_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read32_rep()
|
| H A D | toshsd.c | 192 ioread32_rep(host->ioaddr + SD_DATAPORT, buf, count >> 2); in toshsd_thread_irq()
|
| H A D | mmci.c | 1636 ioread32_rep(base + MMCIFIFO, buf, 1); in mmci_pio_read() 1639 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read() 1643 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read()
|
| H A D | alcor.c | 220 ioread32_rep(priv->iobase + AU6601_REG_BUFFER, buf, len >> 2); in alcor_trf_block_pio()
|
| /linux/drivers/usb/host/ |
| H A D | r8a66597.h | 174 ioread32_rep(fifoaddr, buf, count); in r8a66597_read_fifo()
|
| /linux/drivers/bcma/ |
| H A D | host_pci.c | 98 ioread32_rep(addr, buffer, count >> 2); in bcma_host_pci_block_read()
|
| /linux/arch/sparc/include/asm/ |
| H A D | io_64.h | 291 #define ioread32_rep(p,d,l) readsl(p,d,l) macro
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | omap2.c | 290 ioread32_rep(info->fifo, p, r_count); in omap_nand_data_in_pref() 525 ioread32_rep(info->fifo, (u32 *)info->buf, in omap_nand_irq() 2118 ioread32_rep(info->fifo, buf, len >> 2); in omap_nand_data_in()
|
| H A D | renesas-nand-controller.c | 528 ioread32_rep(rnandc->regs + FIFO_DATA_REG, bufpoi + page_off, in rnandc_read_subpage_hw_ecc() 859 ioread32_rep(rnandc->regs + FIFO_DATA_REG, rop.buf, words); in rnandc_exec_op()
|
| H A D | davinci_nand.c | 728 ioread32_rep(info->current_cs, buf, len >> 2); in nand_davinci_data_in()
|
| /linux/drivers/spi/ |
| H A D | spi-zynq-qspi.c | 459 ioread32_rep(xqspi->regs + ZYNQ_QSPI_RXD_OFFSET, in zynq_qspi_read_op()
|
| H A D | spi-rockchip-sfc.c | 432 ioread32_rep(sfc->regbase + SFC_DATA, buf, read_words); in rockchip_sfc_read_fifo()
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_gadget_ep0.c | 110 ioread32_rep(fifo, dst, len >> 2); in ep0_read_fifo()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_dsps.c | 627 ioread32_rep(fifo, dst, len >> 2); in dsps_read_fifo32()
|
| /linux/drivers/ata/ |
| H A D | libata-sff.c | 544 ioread32_rep(data_addr, buf, words); in ata_sff_data_xfer32() 563 ioread32_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
|