Searched refs:dstu (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/usb/pwc/
H A Dpwc-uncompress.c41 u16 *dsty, *dstu, *dstv; pwc_decompress() local
75 dstu = (u16 *)(image + n); pwc_decompress()
85 *dstu++ = *src++; pwc_decompress()
/linux-4.1.27/arch/sh/kernel/
H A Dtraps_32.c92 unsigned char __user *srcu, *dstu; handle_unaligned_ins() local
132 dstu = (unsigned char __user *)*rn; handle_unaligned_ins()
133 dstu += regs->regs[0]; handle_unaligned_ins()
135 if (ma->to(dstu, src, count)) handle_unaligned_ins()
143 dstu = (unsigned char __user *)*rn; handle_unaligned_ins()
144 dstu += (instruction&0x000F)<<2; handle_unaligned_ins()
146 if (ma->to(dstu, src, 4)) handle_unaligned_ins()
155 dstu = (unsigned char __user *)*rn; handle_unaligned_ins()
159 if (ma->to(dstu, src, count)) handle_unaligned_ins()
198 dstu = (unsigned char __user *)*rm; /* called Rn in the spec */ handle_unaligned_ins()
199 dstu += (instruction & 0x000F) << 1; handle_unaligned_ins()
201 if (ma->to(dstu, src, 2)) handle_unaligned_ins()
/linux-4.1.27/drivers/crypto/
H A Dhifn_795x.c411 volatile int cmdu, srcu, dstu, resu; member in struct:hifn_dma
955 dma->cmdu = dma->srcu = dma->dstu = dma->resu = 0; hifn_init_dma()
1362 dma->dstu++; hifn_setup_dst_desc()
1824 dma->cmdu, dma->srcu, dma->dstu, dma->resu, hifn_clear_rings()
1865 i = dma->dstk; u = dma->dstu; hifn_clear_rings()
1873 dma->dstk = i; dma->dstu = u; hifn_clear_rings()
1879 dma->cmdu, dma->srcu, dma->dstu, dma->resu, hifn_clear_rings()
1903 if (dma->dstu == 0 && (dev->flags & HIFN_FLAG_DST_BUSY)) { hifn_work()
1966 dma->cmdu, dma->srcu, dma->dstu, dma->resu); hifn_interrupt()

Completed in 207 milliseconds