/linux-4.1.27/arch/powerpc/kernel/ |
D | iomap.c | 84 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 90 EXPORT_SYMBOL(ioread32_rep);
|
/linux-4.1.27/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-4.1.27/arch/mips/lib/ |
D | iomap.c | 169 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 174 EXPORT_SYMBOL(ioread32_rep);
|
/linux-4.1.27/include/asm-generic/ |
D | iomap.h | 53 extern void ioread32_rep(void __iomem *port, void *buf, unsigned long count);
|
D | io.h | 662 #ifndef ioread32_rep 663 #define ioread32_rep ioread32_rep macro 664 static inline void ioread32_rep(const volatile void __iomem *addr, in ioread32_rep() function
|
/linux-4.1.27/lib/ |
D | iomap.c | 203 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 209 EXPORT_SYMBOL(ioread32_rep);
|
/linux-4.1.27/arch/alpha/kernel/ |
D | io.c | 296 void ioread32_rep(void __iomem *port, void *dst, unsigned long count) in ioread32_rep() function 315 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 318 EXPORT_SYMBOL(ioread32_rep);
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 424 #define ioread32_rep(p, v, c) ioread32_rep(p, v, c) macro 425 static inline void ioread32_rep(const void __iomem *addr, void *vaddr, in ioread32_rep() function
|
/linux-4.1.27/arch/parisc/lib/ |
D | iomap.c | 377 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 458 EXPORT_SYMBOL(ioread32_rep);
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | r8a66597-udc.h | 144 ioread32_rep(fifoaddr, buf, len / 4); in r8a66597_read_fifo()
|
D | m66592-udc.h | 537 ioread32_rep(fifoaddr, buf, len); in m66592_read_fifo()
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | io.h | 209 #define ioread32_rep(p, dst, count) \ macro
|
/linux-4.1.27/drivers/usb/host/ |
D | r8a66597.h | 180 ioread32_rep(fifoaddr, buf, count); in r8a66597_read_fifo()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | io_64.h | 254 static inline void ioread32_rep(void __iomem *port, void *buf, unsigned long count) in ioread32_rep() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | io.h | 245 #define ioread32_rep(p,d,c) readsl(p,d,c) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | io.h | 360 static inline void ioread32_rep(void __iomem *p, void *dst, unsigned long count) in ioread32_rep() function
|
/linux-4.1.27/drivers/bcma/ |
D | host_pci.c | 98 ioread32_rep(addr, buffer, count >> 2); in bcma_host_pci_block_read()
|
/linux-4.1.27/arch/tile/include/asm/ |
D | io.h | 495 #define ioread32_rep(p, dst, count) \ macro
|
/linux-4.1.27/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)
|
D | smc91x.h | 195 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l)
|
D | smsc911x.c | 327 ioread32_rep(pdata->ioaddr + RX_DATA_FIFO, buf, wordcount); in smsc911x_rx_readfifo() 359 ioread32_rep(pdata->ioaddr + __smsc_shift(pdata, in smsc911x_rx_readfifo_shift()
|
/linux-4.1.27/drivers/ata/ |
D | pata_legacy.c | 326 ioread32_rep(ap->ioaddr.data_addr, buf, buflen >> 2); in pdc_data_xfer_vlb() 716 ioread32_rep(ap->ioaddr.data_addr, buf, buflen >> 2); in vlb32_data_xfer()
|
D | libata-sff.c | 626 ioread32_rep(data_addr, buf, words); in ata_sff_data_xfer32() 645 ioread32_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmci.c | 1091 ioread32_rep(base + MMCIFIFO, buf, 1); in mmci_pio_read() 1094 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read() 1098 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read()
|
D | toshsd.c | 195 ioread32_rep(host->ioaddr + SD_DATAPORT, buf, count >> 2); in toshsd_thread_irq()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | davinci_nand.c | 453 ioread32_rep(chip->IO_ADDR_R, buf, len >> 2); in nand_davinci_read_buf()
|
D | omap2.c | 377 ioread32_rep(info->nand.IO_ADDR_R, p, r_count); in omap_read_buf_pref() 599 ioread32_rep(info->nand.IO_ADDR_R, in omap_nand_irq()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_dsps.c | 627 ioread32_rep(fifo, dst, len >> 2); in dsps_read_fifo32()
|
D | tusb6010.c | 293 ioread32_rep(fifo, buf, len >> 2); in tusb_read_fifo()
|
D | musb_core.c | 350 ioread32_rep(fifo, dst, len >> 2); in musb_default_read_fifo()
|
/linux-4.1.27/drivers/tty/serial/ |
D | msm_serial.c | 138 ioread32_rep(port->membase + UARTDM_RF, buf, 1); in handle_rx_dm()
|
/linux-4.1.27/drivers/ssb/ |
D | pci.c | 1033 ioread32_rep(addr, buffer, count >> 2); in ssb_pci_block_read()
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | fifo.c | 710 ioread32_rep(addr, buf, len / 4); in usbhsf_pio_try_pop()
|
/linux-4.1.27/drivers/spi/ |
D | spi-s3c64xx.c | 554 ioread32_rep(regs + S3C64XX_SPI_RX_DATA, in wait_for_pio()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi6000.c | 1211 ioread32_rep(pdo->prHPI_data_auto_inc, pdata, length16); in hpi_read_block()
|
/linux-4.1.27/drivers/net/ethernet/davicom/ |
D | dm9000.c | 238 ioread32_rep(reg, data, (count+3) >> 2); in dm9000_inblk_32bit()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c59x.c | 2551 ioread32_rep(ioaddr + RX_FIFO, in vortex_rx()
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | gadget.c | 1486 ioread32_rep(fifo, hs_req->req.buf + read_ptr, to_read); in s3c_hsotg_rx_data()
|