| /linux/arch/parisc/include/asm/ |
| H A D | io.h | 273 extern void iowrite16_rep(void __iomem *port, const void *buf, unsigned long count); 276 #define iowrite16_rep iowrite16_rep macro
|
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 414 void iowrite16_rep(void __iomem *port, const void *src, unsigned long count) in iowrite16_rep() function 441 iowrite16_rep(ioport_map(port, 2), src, count); in outsw() 444 EXPORT_SYMBOL(iowrite16_rep);
|
| /linux/include/asm-generic/ |
| H A D | iomap.h | 67 extern void iowrite16_rep(void __iomem *port, const void *buf, unsigned long count);
|
| H A D | io.h | 1054 #ifndef iowrite16_rep 1055 #define iowrite16_rep iowrite16_rep macro 1056 static inline void iowrite16_rep(volatile void __iomem *addr, in iowrite16_rep() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 290 extern void iowrite16_rep(void __iomem *port, const void *buf, unsigned long count); 645 #define iowrite16_rep iowrite16_rep macro
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_osdep.h | 23 (iowrite16_rep(base + offset, data, count))
|
| /linux/lib/ |
| H A D | iomap.c | 388 void iowrite16_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite16_rep() function 401 EXPORT_SYMBOL(iowrite16_rep);
|
| /linux/arch/parisc/lib/ |
| H A D | iomap.c | 478 void iowrite16_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite16_rep() function 548 EXPORT_SYMBOL(iowrite16_rep);
|
| /linux/drivers/net/ethernet/micrel/ |
| H A D | ks8851_par.c | 210 iowrite16_rep(ksp->hw_addr, txp->data, len / 2); in ks8851_wrfifo_par()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | r8a66597-udc.h | 213 iowrite16_rep(fifoaddr, buf, len / 2); in r8a66597_write_fifo()
|
| H A D | m66592-udc.h | 589 iowrite16_rep(fifoaddr, buf, len); in m66592_write_fifo()
|
| /linux/drivers/mmc/host/ |
| H A D | tmio_mmc.h | 272 iowrite16_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_write16_rep()
|
| /linux/drivers/usb/host/ |
| H A D | r8a66597.h | 234 iowrite16_rep(fifoaddr, buf, len); in r8a66597_write_fifo()
|
| /linux/drivers/bcma/ |
| H A D | host_pci.c | 118 iowrite16_rep(addr, buffer, count >> 1); in bcma_host_pci_block_write()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | gpio.c | 116 iowrite16_rep(gpiomtd->io, instr->ctx.data.buf.out, in gpio_nand_exec_instr()
|
| H A D | nand_legacy.c | 148 iowrite16_rep(chip->legacy.IO_ADDR_W, p, len >> 1); in nand_write_buf16()
|
| H A D | davinci_nand.c | 740 iowrite16_rep(info->current_cs, buf, len >> 1); in nand_davinci_data_out()
|
| /linux/arch/sparc/include/asm/ |
| H A D | io_64.h | 293 #define iowrite16_rep(p,d,l) writesw(p,d,l) macro
|
| /linux/drivers/mtd/nand/raw/ingenic/ |
| H A D | ingenic_nand_drv.c | 293 iowrite16_rep(cs->base + nfc->soc_info->data_offset, in ingenic_nand_exec_instr()
|
| /linux/drivers/ata/ |
| H A D | libata-sff.c | 486 iowrite16_rep(data_addr, buf, words); in ata_sff_data_xfer() 504 iowrite16_rep(data_addr, pad, 1); in ata_sff_data_xfer() 568 iowrite16_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | ax88796.c | 305 iowrite16_rep(nic_base + NE_DATAPORT, buf, count >> 1); in ax_block_output()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 186 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l)
|
| /linux/drivers/ssb/ |
| H A D | pci.c | 1093 iowrite16_rep(addr, buffer, count >> 1); in ssb_pci_block_write()
|
| /linux/drivers/spi/ |
| H A D | spi-s3c64xx.c | 479 iowrite16_rep(addr, buf, len / 2); in s3c64xx_iowrite_rep()
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9000.c | 205 iowrite16_rep(reg, data, (count+1) >> 1); in dm9000_outblk_16bit()
|