Searched refs:ioread8_rep (Results 1 – 13 of 13) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | iomap.h | 62 extern void ioread8_rep(const void __iomem *port, void *buf, unsigned long count);
|
| /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()
|
| /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/ssb/ |
| H A D | pci.c | 1015 ioread8_rep(addr, buffer, count); in ssb_pci_block_read()
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9000.c | 217 ioread8_rep(reg, data, count); in dm9000_inblk_8bit()
|