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

/drivers/staging/comedi/drivers/
H A Dpcl818.c682 long ofs_dats; local
704 ofs_dats = top1 - devpriv->last_top_dma; /* new samples from last call */
705 if (ofs_dats < 0)
706 ofs_dats = (devpriv->dmasamplsize) + ofs_dats;
707 if (!ofs_dats)
721 /* printk("r %ld ",ofs_dats); */
725 for (i = 0; i < ofs_dats; i++) {

Completed in 14 milliseconds