| /Linux-v5.4/arch/sh/kernel/ |
| D | iomap.c | 128 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 132 EXPORT_SYMBOL(ioread8_rep);
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | iomap.c | 142 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 154 EXPORT_SYMBOL(ioread8_rep);
|
| /Linux-v5.4/drivers/misc/vmw_vmci/ |
| D | vmci_guest.c | 219 ioread8_rep(vmci_dev->iobase + VMCI_DATA_IN_ADDR, in vmci_dispatch_dgs() 280 ioread8_rep(vmci_dev->iobase + in vmci_dispatch_dgs() 322 ioread8_rep(vmci_dev->iobase + in vmci_dispatch_dgs() 342 ioread8_rep(vmci_dev->iobase + VMCI_DATA_IN_ADDR, in vmci_dispatch_dgs()
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | io.c | 214 void ioread8_rep(void __iomem *port, void *dst, unsigned long count) in ioread8_rep() function 244 ioread8_rep(ioport_map(port, 1), dst, count); in insb() 247 EXPORT_SYMBOL(ioread8_rep);
|
| /Linux-v5.4/include/asm-generic/ |
| D | io.h | 804 #ifndef ioread8_rep 805 #define ioread8_rep ioread8_rep macro 806 static inline void ioread8_rep(const volatile void __iomem *addr, void *buffer, in ioread8_rep() function
|
| D | iomap.h | 82 extern void ioread8_rep(void __iomem *port, void *buf, unsigned long count);
|
| /Linux-v5.4/arch/arm/mach-ixp4xx/include/mach/ |
| D | io.h | 374 #define ioread8_rep(p, v, c) ioread8_rep(p, v, c) macro 375 static inline void ioread8_rep(const void __iomem *addr, void *vaddr, u32 count) in ioread8_rep() function
|
| /Linux-v5.4/lib/ |
| D | iomap.c | 328 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 340 EXPORT_SYMBOL(ioread8_rep);
|
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| D | oxnas_nand.c | 48 ioread8_rep(oxnas->io_base, buf, len); in oxnas_nand_read_buf()
|
| D | nand_legacy.c | 132 ioread8_rep(chip->legacy.IO_ADDR_R, buf, len); in nand_read_buf()
|
| D | davinci_nand.c | 432 ioread8_rep(chip->legacy.IO_ADDR_R, buf, len); in nand_davinci_read_buf()
|
| D | tango_nand.c | 145 ioread8_rep(tchip->base + PBUS_DATA, buf, len); in tango_read_buf()
|
| /Linux-v5.4/arch/parisc/lib/ |
| D | iomap.c | 414 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 521 EXPORT_SYMBOL(ioread8_rep);
|
| /Linux-v5.4/drivers/ata/ |
| D | pata_pcmcia.c | 97 ioread8_rep(ap->ioaddr.data_addr, buf, buflen); in ata_data_xfer_8bit()
|
| D | pata_octeon_cf.c | 319 ioread8_rep(data_addr, buffer, words); in octeon_cf_data_xfer8()
|
| /Linux-v5.4/drivers/bcma/ |
| D | host_pci.c | 90 ioread8_rep(addr, buffer, count); in bcma_host_pci_block_read()
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | io_64.h | 275 #define ioread8_rep(p,d,l) readsb(p,d,l) macro
|
| /Linux-v5.4/drivers/net/ethernet/8390/ |
| D | ax88796.c | 206 ioread8_rep(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr() 254 ioread8_rep(nic_base + NE_DATAPORT, buf, count); in ax_block_input()
|
| /Linux-v5.4/drivers/firmware/ |
| D | qemu_fw_cfg.c | 152 ioread8_rep(fw_cfg_reg_data, buf, count); in fw_cfg_read_blob()
|
| /Linux-v5.4/drivers/mtd/spi-nor/ |
| D | aspeed-smc.c | 237 ioread8_rep(src, (u8 *)buf + offset, len); in aspeed_smc_read_from_ahb()
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-synquacer.c | 153 ioread8_rep(sspi->regs + SYNQUACER_HSSPI_REG_RX_FIFO, in read_fifo()
|
| D | spi-s3c64xx.c | 539 ioread8_rep(regs + S3C64XX_SPI_RX_DATA, in s3c64xx_wait_for_pio()
|
| /Linux-v5.4/drivers/net/ethernet/smsc/ |
| D | smc91x.h | 193 #define SMC_insb(a, r, p, l) ioread8_rep((a) + (r), p, l)
|
| /Linux-v5.4/drivers/mmc/host/ |
| D | davinci_mmc.c | 261 ioread8_rep(host->base + DAVINCI_MMCDRR, p, (n & 3)); in davinci_fifo_data_trans()
|
| /Linux-v5.4/drivers/ssb/ |
| D | pci.c | 1016 ioread8_rep(addr, buffer, count); in ssb_pci_block_read()
|