/Linux-v4.19/arch/sh/kernel/ |
D | iomap.c | 143 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 147 EXPORT_SYMBOL(ioread32_rep);
|
/Linux-v4.19/arch/mips/lib/ |
D | iomap.c | 170 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 175 EXPORT_SYMBOL(ioread32_rep);
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | iomap.c | 150 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 156 EXPORT_SYMBOL(ioread32_rep);
|
/Linux-v4.19/include/asm-generic/ |
D | iomap.h | 62 extern void ioread32_rep(void __iomem *port, void *buf, unsigned long count);
|
D | io.h | 829 #ifndef ioread32_rep 830 #define ioread32_rep ioread32_rep macro 831 static inline void ioread32_rep(const volatile void __iomem *addr, in ioread32_rep() function
|
/Linux-v4.19/lib/ |
D | iomap.c | 204 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 210 EXPORT_SYMBOL(ioread32_rep);
|
/Linux-v4.19/arch/alpha/kernel/ |
D | io.c | 297 void ioread32_rep(void __iomem *port, void *dst, unsigned long count) in ioread32_rep() function 316 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 319 EXPORT_SYMBOL(ioread32_rep);
|
/Linux-v4.19/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 435 #define ioread32_rep(p, v, c) ioread32_rep(p, v, c) macro 436 static inline void ioread32_rep(const void __iomem *addr, void *vaddr, in ioread32_rep() function
|
/Linux-v4.19/arch/parisc/lib/ |
D | iomap.c | 378 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 459 EXPORT_SYMBOL(ioread32_rep);
|
/Linux-v4.19/drivers/net/ethernet/ezchip/ |
D | nps_enet.c | 56 ioread32_rep(priv->regs_base + NPS_ENET_REG_RX_BUF, reg, len); in nps_enet_read_rx_fifo() 69 ioread32_rep(priv->regs_base + NPS_ENET_REG_RX_BUF, &buf, 1); in nps_enet_read_rx_fifo()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | r8a66597-udc.h | 141 ioread32_rep(fifoaddr, buf, len / 4); in r8a66597_read_fifo()
|
D | m66592-udc.h | 534 ioread32_rep(fifoaddr, buf, len); in m66592_read_fifo()
|
/Linux-v4.19/drivers/mmc/host/ |
D | tmio_mmc.h | 255 ioread32_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read32_rep()
|
D | mmci.c | 1116 ioread32_rep(base + MMCIFIFO, buf, 1); in mmci_pio_read() 1119 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read() 1123 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read()
|
D | toshsd.c | 196 ioread32_rep(host->ioaddr + SD_DATAPORT, buf, count >> 2); in toshsd_thread_irq()
|
/Linux-v4.19/drivers/usb/host/ |
D | r8a66597.h | 174 ioread32_rep(fifoaddr, buf, count); in r8a66597_read_fifo()
|
/Linux-v4.19/drivers/bcma/ |
D | host_pci.c | 98 ioread32_rep(addr, buffer, count >> 2); in bcma_host_pci_block_read()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | io_64.h | 277 #define ioread32_rep(p,d,l) readsl(p,d,l) macro
|
/Linux-v4.19/drivers/net/ethernet/smsc/ |
D | smc911x.h | 161 ioread32_rep(ioaddr, addr, count); in SMC_insl() 204 #define SMC_insl(lp, r, p, l) ioread32_rep((int*)((lp)->base + (r)), p, l)
|
/Linux-v4.19/drivers/ata/ |
D | pata_legacy.c | 327 ioread32_rep(ap->ioaddr.data_addr, buf, buflen >> 2); in pdc_data_xfer_vlb() 719 ioread32_rep(ap->ioaddr.data_addr, buf, buflen >> 2); in vlb32_data_xfer()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | davinci_nand.c | 444 ioread32_rep(chip->IO_ADDR_R, buf, len >> 2); in nand_davinci_read_buf()
|
/Linux-v4.19/drivers/tty/serial/ |
D | qcom_geni_serial.c | 483 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, buf, 1); in handle_rx_console() 525 ioread32_rep(uport->membase + SE_GENI_RX_FIFOn, port->rx_fifo, words); in handle_rx_uart()
|
/Linux-v4.19/drivers/mtd/spi-nor/ |
D | aspeed-smc.c | 237 ioread32_rep(src, buf, len >> 2); in aspeed_smc_read_from_ahb()
|
/Linux-v4.19/drivers/usb/mtu3/ |
D | mtu3_gadget_ep0.c | 108 ioread32_rep(fifo, dst, len >> 2); in ep0_read_fifo()
|
/Linux-v4.19/drivers/spi/ |
D | spi-mt65xx.c | 499 ioread32_rep(mdata->base + SPI_RX_DATA_REG, in mtk_spi_interrupt()
|