Lines Matching refs:xfercount
726 unsigned int remdata, xfercount, next_jiffies;
814 xfercount = newdata - remdata; /* a multiple of period_bytes */
819 if (xfercount && (on_card_bytes > dpcm->period_bytes))
827 next_jiffies, pcm_buf_dma_ofs, newdata, xfercount);
839 if (xfercount &&
851 xfer1 = xfercount;
854 xfer1 = min(xfercount, ds->buffer_bytes - buf_ofs);
855 xfer2 = xfercount - xfer1;
871 xfercount - xfer1, buf_ofs);
875 xfercount - xfer1,
896 ds->pcm_buf_host_rw_ofs += xfercount;
897 ds->pcm_buf_elapsed_dma_ofs += xfercount;