/linux/arch/sh/kernel/ |
A D | iomap.c | 140 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 144 EXPORT_SYMBOL(ioread32_rep);
|
/linux/arch/alpha/kernel/ |
A D | io.c | 343 void ioread32_rep(const void __iomem *port, void *dst, unsigned long count) in ioread32_rep() function 362 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 365 EXPORT_SYMBOL(ioread32_rep);
|
/linux/include/asm-generic/ |
A D | io.h | 846 #ifndef ioread32_rep 847 #define ioread32_rep ioread32_rep macro 848 static inline void ioread32_rep(const volatile void __iomem *addr, in ioread32_rep() function
|
A D | iomap.h | 84 extern void ioread32_rep(const void __iomem *port, void *buf, unsigned long count);
|
/linux/arch/arm/mach-ixp4xx/include/mach/ |
A D | io.h | 432 #define ioread32_rep(p, v, c) ioread32_rep(p, v, c) macro 433 static inline void ioread32_rep(const void __iomem *addr, void *vaddr, in ioread32_rep() function
|
/linux/lib/ |
A D | iomap.c | 336 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 342 EXPORT_SYMBOL(ioread32_rep);
|
/linux/arch/parisc/lib/ |
A D | iomap.c | 454 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 544 EXPORT_SYMBOL(ioread32_rep);
|
/linux/drivers/net/ethernet/ezchip/ |
A D | nps_enet.c | 45 ioread32_rep(priv->regs_base + NPS_ENET_REG_RX_BUF, reg, len); in nps_enet_read_rx_fifo() 58 ioread32_rep(priv->regs_base + NPS_ENET_REG_RX_BUF, &buf, 1); in nps_enet_read_rx_fifo()
|
/linux/drivers/usb/gadget/udc/ |
A D | r8a66597-udc.h | 141 ioread32_rep(fifoaddr, buf, len / 4); in r8a66597_read_fifo()
|
A D | m66592-udc.h | 534 ioread32_rep(fifoaddr, buf, len); in m66592_read_fifo()
|
/linux/drivers/mmc/host/ |
A D | tmio_mmc.h | 247 ioread32_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read32_rep()
|
A D | mmci.c | 1476 ioread32_rep(base + MMCIFIFO, buf, 1); in mmci_pio_read() 1479 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read() 1483 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read()
|
A D | toshsd.c | 192 ioread32_rep(host->ioaddr + SD_DATAPORT, buf, count >> 2); in toshsd_thread_irq()
|
/linux/drivers/usb/host/ |
A D | r8a66597.h | 174 ioread32_rep(fifoaddr, buf, count); in r8a66597_read_fifo()
|
/linux/drivers/bcma/ |
A D | host_pci.c | 98 ioread32_rep(addr, buffer, count >> 2); in bcma_host_pci_block_read()
|
/linux/arch/sparc/include/asm/ |
A D | io_64.h | 277 #define ioread32_rep(p,d,l) readsl(p,d,l) macro
|
/linux/drivers/net/ethernet/smsc/ |
A D | smc911x.h | 150 ioread32_rep(ioaddr, addr, count); in SMC_insl() 193 #define SMC_insl(lp, r, p, l) ioread32_rep((int*)((lp)->base + (r)), p, l)
|
/linux/drivers/ata/ |
A D | pata_legacy.c | 350 ioread32_rep(ap->ioaddr.data_addr, buf, buflen >> 2); in pdc_data_xfer_vlb() 743 ioread32_rep(ap->ioaddr.data_addr, buf, buflen >> 2); in vlb32_data_xfer()
|
/linux/drivers/spi/ |
A D | spi-zynq-qspi.c | 448 ioread32_rep(xqspi->regs + ZYNQ_QSPI_RXD_OFFSET, in zynq_qspi_read_op()
|
A D | spi-slave-mt27xx.c | 361 ioread32_rep(mdata->base + SPIS_RX_DATA_REG, in mtk_spi_slave_interrupt()
|
A D | spi-qcom-qspi.c | 357 ioread32_rep(ctrl->base + RD_FIFO, word_buf, words_to_read); in pio_read()
|
A D | spi-rockchip-sfc.c | 411 ioread32_rep(sfc->regbase + SFC_DATA, buf, read_words); in rockchip_sfc_read_fifo()
|
A D | spi-synquacer.c | 171 ioread32_rep(sspi->regs + SYNQUACER_HSSPI_REG_RX_FIFO, in read_fifo()
|
/linux/drivers/tty/serial/ |
A D | qcom_geni_serial.c | 538 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, buf, 1); in handle_rx_console() 580 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, port->rx_fifo, words); in handle_rx_uart()
|
/linux/drivers/mtd/nand/raw/ |
A D | davinci_nand.c | 686 ioread32_rep(info->current_cs, buf, len >> 2); in nand_davinci_data_in()
|