/linux-6.3-rc2/arch/sh/kernel/ |
A D | iomap.c | 128 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 132 EXPORT_SYMBOL(ioread8_rep);
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | io.h | 258 #define ioread8_rep ioread8_rep macro
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | io.c | 277 void ioread8_rep(const void __iomem *port, void *dst, unsigned long count) in ioread8_rep() function 307 ioread8_rep(ioport_map(port, 1), dst, count); in insb() 310 EXPORT_SYMBOL(ioread8_rep);
|
/linux-6.3-rc2/include/asm-generic/ |
A D | iomap.h | 82 extern void ioread8_rep(const void __iomem *port, void *buf, unsigned long count);
|
A D | io.h | 911 #ifndef ioread8_rep 912 #define ioread8_rep ioread8_rep macro 913 static inline void ioread8_rep(const volatile void __iomem *addr, void *buffer, in ioread8_rep() function
|
/linux-6.3-rc2/lib/ |
A D | iomap.c | 360 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 378 EXPORT_SYMBOL(ioread8_rep);
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
A D | oxnas_nand.c | 49 ioread8_rep(oxnas->io_base, buf, len); in oxnas_nand_read_buf()
|
A D | gpio.c | 108 ioread8_rep(gpiomtd->io, instr->ctx.data.buf.in, in gpio_nand_exec_instr()
|
A D | nand_legacy.c | 132 ioread8_rep(chip->legacy.IO_ADDR_R, buf, len); in nand_read_buf()
|
A D | davinci_nand.c | 611 ioread8_rep(info->current_cs, buf, len); in nand_davinci_data_in()
|
/linux-6.3-rc2/arch/parisc/lib/ |
A D | iomap.c | 430 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 544 EXPORT_SYMBOL(ioread8_rep);
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | io.h | 668 #define ioread8_rep ioread8_rep macro
|
/linux-6.3-rc2/drivers/ata/ |
A D | pata_pcmcia.c | 97 ioread8_rep(ap->ioaddr.data_addr, buf, buflen); in ata_data_xfer_8bit()
|
A D | pata_octeon_cf.c | 315 ioread8_rep(data_addr, buffer, words); in octeon_cf_data_xfer8()
|
/linux-6.3-rc2/drivers/bcma/ |
A D | host_pci.c | 90 ioread8_rep(addr, buffer, count); in bcma_host_pci_block_read()
|
/linux-6.3-rc2/drivers/gpu/drm/sun4i/ |
A D | sun4i_hdmi_i2c.c | 59 ioread8_rep(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len); in fifo_transfer()
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | io_64.h | 289 #define ioread8_rep(p,d,l) readsb(p,d,l) macro
|
/linux-6.3-rc2/drivers/net/ethernet/8390/ |
A D | ax88796.c | 213 ioread8_rep(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr() 261 ioread8_rep(nic_base + NE_DATAPORT, buf, count); in ax_block_input()
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi-cadence-xspi.c | 337 ioread8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
|
A D | spi-synquacer.c | 153 ioread8_rep(sspi->regs + SYNQUACER_HSSPI_REG_RX_FIFO, in read_fifo()
|
A D | spi-aspeed-smc.c | 163 ioread8_rep(src, (u8 *)buf + offset, len); in aspeed_spi_read_from_ahb()
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ingenic/ |
A D | ingenic_nand_drv.c | 279 ioread8_rep(cs->base + nfc->soc_info->data_offset, in ingenic_nand_exec_instr()
|
/linux-6.3-rc2/drivers/misc/vmw_vmci/ |
A D | vmci_guest.c | 121 ioread8_rep(vmci_dev->iobase + VMCI_DATA_IN_ADDR, in vmci_read_data()
|
/linux-6.3-rc2/drivers/firmware/ |
A D | qemu_fw_cfg.c | 152 ioread8_rep(fw_cfg_reg_data, buf, count); in fw_cfg_read_blob()
|
/linux-6.3-rc2/drivers/ssb/ |
A D | pci.c | 1015 ioread8_rep(addr, buffer, count); in ssb_pci_block_read()
|