Searched refs:top1 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dpcl816.c772 unsigned int top1, top2, i; local
780 top1 = get_dma_residue(devpriv->dma); /* where is now DMA */
782 if (top1 == top2)
785 if (top1 != top2) {
791 top1 = devpriv->hwdmasize[0] - top1;
792 top1 >>= 1; /* sample position */
793 top2 = top1 - devpriv->ai_poll_ptr;
803 devpriv->ai_poll_ptr = top1; /* new buffer position */
H A Dpcl812.c1165 unsigned int top1, top2, i; local
1174 top1 = get_dma_residue(devpriv->ai_dma);
1176 if (top1 == top2)
1180 if (top1 != top2) {
1185 top1 = devpriv->dmabytestomove[1 - devpriv->next_dma_buf] - top1;
1186 top1 >>= 1; /* sample position */
1187 top2 = top1 - devpriv->ai_poll_ptr;
1198 devpriv->ai_poll_ptr = top1; /* new buffer position */
H A Dpcl818.c681 unsigned int top1, top2, i, bufptr; local
694 top1 = get_dma_residue(devpriv->dma);
696 if (top1 == top2)
700 if (top1 != top2)
702 top1 = devpriv->hwdmasize[0] - top1; /* where is now DMA in buffer */
703 top1 >>= 1;
704 ofs_dats = top1 - devpriv->last_top_dma; /* new samples from last call */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp362 double left1, top1, right1, bottom1, left2, top2, right2, bottom2; local
369 top1 = (double)(yp1 - (h1 / 2.0));
378 return ((left1 <= left2) && (top1 <= top2) && (right1 >= right2) && (bottom1 >= bottom2));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb012.tcl262 foreach {top1 top2 rop1 rop2} [sdb012_top $tflags $tlist] {break}
265 # puts "top1 $top1, top2 $top2, rop1 $rop1, rop2 $rop2"
271 set ret [eval $top1]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsh_mobile_ceu_camera.c270 unsigned long top1, top2; local
301 top1 = CDBYR;
306 top1 = CDAYR;
313 ceu_write(pcdev, top1, phys_addr_top);

Completed in 119 milliseconds