| /linux/include/asm-generic/ |
| H A D | iomap.h | 67 extern void iowrite16_rep(void __iomem *port, const void *buf, unsigned long count);
|
| /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/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/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/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()
|
| /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/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/net/ethernet/davicom/ |
| H A D | dm9000.c | 205 iowrite16_rep(reg, data, (count+1) >> 1); in dm9000_outblk_16bit()
|
| /linux/drivers/mtd/nand/raw/atmel/ |
| H A D | nand-controller.c | 514 iowrite16_rep(nand->activecs->io.virt, buf, len / 2); in atmel_nand_data_out()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_core.c | 344 iowrite16_rep(fifo, src + index, len >> 1); in musb_default_write_fifo()
|