Searched refs:iowrite8_rep (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/mtd/nand/raw/ |
| H A D | technologic-nand-controller.c | 85 iowrite8_rep(data->base, instr->ctx.addr.addrs, instr->ctx.addr.naddrs); in ts72xx_nand_exec_instr() 94 iowrite8_rep(data->base, instr->ctx.data.buf.in, instr->ctx.data.len); in ts72xx_nand_exec_instr()
|
| H A D | gpio.c | 119 iowrite8_rep(gpiomtd->io, instr->ctx.data.buf.out, in gpio_nand_exec_instr()
|
| H A D | nand_legacy.c | 119 iowrite8_rep(chip->legacy.IO_ADDR_W, buf, len); in nand_write_buf()
|
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 392 void iowrite8_rep(void __iomem *port, const void *xsrc, unsigned long count) in iowrite8_rep() function 401 iowrite8_rep(ioport_map(port, 1), src, count); in outsb() 404 EXPORT_SYMBOL(iowrite8_rep);
|
| /linux/include/asm-generic/ |
| H A D | iomap.h | 66 extern void iowrite8_rep(void __iomem *port, const void *buf, unsigned long count);
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 289 extern void iowrite8_rep(void __iomem *port, const void *buf, unsigned long count); 644 #define iowrite8_rep iowrite8_rep macro
|
| /linux/lib/ |
| H A D | iomap.c | 382 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() function 400 EXPORT_SYMBOL(iowrite8_rep);
|
| /linux/arch/parisc/lib/ |
| H A D | iomap.c | 466 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() function 547 EXPORT_SYMBOL(iowrite8_rep);
|
| /linux/drivers/ata/ |
| H A D | pata_pcmcia.c | 99 iowrite8_rep(ap->ioaddr.data_addr, buf, buflen); in ata_data_xfer_8bit()
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_hdmi_i2c.c | 61 iowrite8_rep(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len); in fifo_transfer()
|
| /linux/drivers/bcma/ |
| H A D | host_pci.c | 114 iowrite8_rep(addr, buffer, count); in bcma_host_pci_block_write()
|
| /linux/drivers/spi/ |
| H A D | spi-orion.c | 499 iowrite8_rep(vaddr, &buf[cnt], rem); in orion_spi_write_read()
|
| /linux/drivers/ssb/ |
| H A D | pci.c | 1089 iowrite8_rep(addr, buffer, count); in ssb_pci_block_write()
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9000.c | 200 iowrite8_rep(reg, data, count); in dm9000_outblk_8bit()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-i801.c | 539 iowrite8_rep(SMBBLKDAT(priv), data->block + 1, len); in i801_block_transaction_by_block()
|