Searched refs:lastpos (Results 1 – 3 of 3) sorted by relevance
215 unsigned int lastpos; member465 viadev->lastpos = 0; in snd_via82xx_channel_reset()552 ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\553 viadev->lastpos < viadev->bufsize2))570 res = viadev->lastpos; in calc_linear_pos()575 idx, viadev->tbl_entries, viadev->lastpos, in calc_linear_pos()582 res = viadev->lastpos; in calc_linear_pos()595 res = viadev->lastpos; in calc_linear_pos()599 viadev->lastpos = res; /* remember the last position */ in calc_linear_pos()
320 unsigned int lastpos; member609 viadev->lastpos = 0; in snd_via82xx_channel_reset()769 ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\770 viadev->lastpos < viadev->bufsize2))790 res = viadev->lastpos; in calc_linear_pos()797 int delta = res - viadev->lastpos; in calc_linear_pos()808 viadev->lastpos, viadev->bufsize2, in calc_linear_pos()817 res = viadev->lastpos; in calc_linear_pos()849 viadev->lastpos = res; /* remember the last position */ in snd_via686_pcm_pointer()891 res = viadev->lastpos; in snd_via8233_pcm_pointer()[all …]
676 my $lastpos = 0;681 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));682 $lastpos = $curpos;