/openbmc/linux/arch/sh/kernel/ |
H 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);
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 263 #define ioread8_rep ioread8_rep macro
|
/openbmc/linux/arch/alpha/kernel/ |
H 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);
|
/openbmc/linux/include/asm-generic/ |
H A D | iomap.h | 82 extern void ioread8_rep(const void __iomem *port, void *buf, unsigned long count);
|
H 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
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 138 #define ioread8_rep ioread8_rep macro
|
/openbmc/linux/lib/ |
H 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);
|
/openbmc/linux/arch/parisc/lib/ |
H 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);
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | io.h | 668 #define ioread8_rep ioread8_rep macro
|
/openbmc/linux/drivers/ata/ |
H A D | pata_pcmcia.c | 97 ioread8_rep(ap->ioaddr.data_addr, buf, buflen); in ata_data_xfer_8bit()
|
H A D | pata_octeon_cf.c | 316 ioread8_rep(data_addr, buffer, words); in octeon_cf_data_xfer8()
|
/openbmc/linux/drivers/bcma/ |
H A D | host_pci.c | 90 ioread8_rep(addr, buffer, count); in bcma_host_pci_block_read()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_hdmi_i2c.c | 59 ioread8_rep(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len); in fifo_transfer()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | gpio.c | 108 ioread8_rep(gpiomtd->io, instr->ctx.data.buf.in, in gpio_nand_exec_instr()
|
H A D | nand_legacy.c | 132 ioread8_rep(chip->legacy.IO_ADDR_R, buf, len); in nand_read_buf()
|
H A D | davinci_nand.c | 610 ioread8_rep(info->current_cs, buf, len); in nand_davinci_data_in()
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H 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()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 289 #define ioread8_rep(p,d,l) readsb(p,d,l) macro
|
/openbmc/linux/drivers/mtd/nand/raw/ingenic/ |
H A D | ingenic_nand_drv.c | 278 ioread8_rep(cs->base + nfc->soc_info->data_offset, in ingenic_nand_exec_instr()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-cadence-xspi.c | 340 ioread8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
|
H A D | spi-synquacer.c | 153 ioread8_rep(sspi->regs + SYNQUACER_HSSPI_REG_RX_FIFO, in read_fifo()
|
H A D | spi-aspeed-smc.c | 163 ioread8_rep(src, (u8 *)buf + offset, len); in aspeed_spi_read_from_ahb()
|
/openbmc/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_guest.c | 121 ioread8_rep(vmci_dev->iobase + VMCI_DATA_IN_ADDR, in vmci_read_data()
|
/openbmc/linux/drivers/firmware/ |
H A D | qemu_fw_cfg.c | 152 ioread8_rep(fw_cfg_reg_data, buf, count); in fw_cfg_read_blob()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | davinci_mmc.c | 260 ioread8_rep(host->base + DAVINCI_MMCDRR, p, (n & 3)); in davinci_fifo_data_trans()
|