/linux-4.4.14/arch/powerpc/kernel/ |
D | iomap.c | 76 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 88 EXPORT_SYMBOL(ioread8_rep);
|
/linux-4.4.14/arch/sh/kernel/ |
D | iomap.c | 131 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 135 EXPORT_SYMBOL(ioread8_rep);
|
/linux-4.4.14/arch/mips/lib/ |
D | iomap.c | 155 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 160 EXPORT_SYMBOL(ioread8_rep);
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_guest.c | 223 ioread8_rep(vmci_dev->iobase + VMCI_DATA_IN_ADDR, in vmci_dispatch_dgs() 284 ioread8_rep(vmci_dev->iobase + in vmci_dispatch_dgs() 326 ioread8_rep(vmci_dev->iobase + in vmci_dispatch_dgs() 346 ioread8_rep(vmci_dev->iobase + VMCI_DATA_IN_ADDR, in vmci_dispatch_dgs()
|
/linux-4.4.14/include/asm-generic/ |
D | iomap.h | 51 extern void ioread8_rep(void __iomem *port, void *buf, unsigned long count);
|
D | io.h | 644 #ifndef ioread8_rep 645 #define ioread8_rep ioread8_rep macro 646 static inline void ioread8_rep(const volatile void __iomem *addr, void *buffer, in ioread8_rep() function
|
/linux-4.4.14/lib/ |
D | iomap.c | 195 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 207 EXPORT_SYMBOL(ioread8_rep);
|
/linux-4.4.14/arch/alpha/kernel/ |
D | io.c | 213 void ioread8_rep(void __iomem *port, void *dst, unsigned long count) in ioread8_rep() function 243 ioread8_rep(ioport_map(port, 1), dst, count); in insb() 246 EXPORT_SYMBOL(ioread8_rep);
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 366 #define ioread8_rep(p, v, c) ioread8_rep(p, v, c) macro 367 static inline void ioread8_rep(const void __iomem *addr, void *vaddr, u32 count) in ioread8_rep() function
|
/linux-4.4.14/arch/parisc/lib/ |
D | iomap.c | 353 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 456 EXPORT_SYMBOL(ioread8_rep);
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | io.h | 178 #define ioread8_rep(p, dst, count) insb((unsigned long)(p), (dst), (count)) macro
|
/linux-4.4.14/drivers/ata/ |
D | pata_pcmcia.c | 110 ioread8_rep(ap->ioaddr.data_addr, buf, buflen); in ata_data_xfer_8bit()
|
D | pata_octeon_cf.c | 328 ioread8_rep(data_addr, buffer, words); in octeon_cf_data_xfer8()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | io.h | 205 #define ioread8_rep(p, dst, count) \ macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | io.h | 243 #define ioread8_rep(p,d,c) readsb(p,d,c) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | io_64.h | 245 static inline void ioread8_rep(void __iomem *port, void *buf, unsigned long count) in ioread8_rep() function
|
/linux-4.4.14/drivers/bcma/ |
D | host_pci.c | 90 ioread8_rep(addr, buffer, count); in bcma_host_pci_block_read()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | io.h | 353 static inline void ioread8_rep(void __iomem *p, void *dst, unsigned long count) in ioread8_rep() function
|
/linux-4.4.14/arch/tile/include/asm/ |
D | io.h | 492 #define ioread8_rep(p, dst, count) \ macro
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | ax88796.c | 197 ioread8_rep(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr() 245 ioread8_rep(nic_base + NE_DATAPORT, buf, count); in ax_block_input()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | davinci_nand.c | 457 ioread8_rep(chip->IO_ADDR_R, buf, len); in nand_davinci_read_buf()
|
D | omap2.c | 275 ioread8_rep(nand->IO_ADDR_R, buf, len); in omap_read_buf8()
|
D | nand_base.c | 277 ioread8_rep(chip->IO_ADDR_R, buf, len); in nand_read_buf()
|
/linux-4.4.14/drivers/ssb/ |
D | pci.c | 1025 ioread8_rep(addr, buffer, count); in ssb_pci_block_read()
|
/linux-4.4.14/drivers/spi/ |
D | spi-s3c64xx.c | 563 ioread8_rep(regs + S3C64XX_SPI_RX_DATA, in wait_for_pio()
|
/linux-4.4.14/drivers/mmc/host/ |
D | davinci_mmc.c | 275 ioread8_rep(host->base + DAVINCI_MMCDRR, p, (n & 3)); in davinci_fifo_data_trans()
|
/linux-4.4.14/drivers/net/ethernet/davicom/ |
D | dm9000.c | 227 ioread8_rep(reg, data, count); in dm9000_inblk_8bit()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_core.c | 372 ioread8_rep(fifo, dst, len); in musb_default_read_fifo()
|