| /linux/arch/parisc/include/asm/ |
| H A D | io.h | 265 extern void ioread8_rep(const void __iomem *port, void *buf, unsigned long count); 268 #define ioread8_rep ioread8_rep macro
|
| /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);
|
| /linux/include/asm-generic/ |
| H A D | iomap.h | 62 extern void ioread8_rep(const void __iomem *port, void *buf, unsigned long count);
|
| H A D | io.h | 1006 #ifndef ioread8_rep 1007 #define ioread8_rep ioread8_rep macro 1008 static inline void ioread8_rep(const volatile void __iomem *addr, void *buffer, in ioread8_rep() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 285 extern void ioread8_rep(const void __iomem *port, void *buf, unsigned long count); 641 #define ioread8_rep ioread8_rep macro
|
| /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);
|
| /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);
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | technologic-nand-controller.c | 90 ioread8_rep(data->base, instr->ctx.data.buf.in, instr->ctx.data.len); in ts72xx_nand_exec_instr()
|
| 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 | 724 ioread8_rep(info->current_cs, buf, len); in nand_davinci_data_in()
|
| /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()
|
| /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()
|
| /linux/drivers/bcma/ |
| H A D | host_pci.c | 90 ioread8_rep(addr, buffer, count); in bcma_host_pci_block_read()
|
| /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()
|
| /linux/arch/sparc/include/asm/ |
| H A D | io_64.h | 289 #define ioread8_rep(p,d,l) readsb(p,d,l) macro
|
| /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()
|
| /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()
|
| /linux/drivers/firmware/ |
| H A D | qemu_fw_cfg.c | 152 ioread8_rep(fw_cfg_reg_data, buf, count); in fw_cfg_read_blob()
|
| /linux/drivers/ssb/ |
| H A D | pci.c | 1015 ioread8_rep(addr, buffer, count); in ssb_pci_block_read()
|
| /linux/drivers/mmc/host/ |
| H A D | davinci_mmc.c | 248 ioread8_rep(host->base + DAVINCI_MMCDRR, p, (n & 3)); in davinci_fifo_data_trans()
|
| /linux/drivers/spi/ |
| H A D | spi-s3c64xx.c | 683 ioread8_rep(regs + S3C64XX_SPI_RX_DATA, in s3c64xx_wait_for_pio()
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9000.c | 217 ioread8_rep(reg, data, count); in dm9000_inblk_8bit()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-i801.c | 556 ioread8_rep(SMBBLKDAT(priv), data->block + 1, len); in i801_block_transaction_by_block()
|