Lines Matching refs:xfercount
726 unsigned int remdata, xfercount, next_jiffies;
812 xfercount = newdata - remdata; /* a multiple of period_bytes */
817 if (xfercount && (on_card_bytes > dpcm->period_bytes))
825 next_jiffies, pcm_buf_dma_ofs, newdata, xfercount);
837 if (xfercount &&
849 xfer1 = xfercount;
852 xfer1 = min(xfercount, ds->buffer_bytes - buf_ofs);
853 xfer2 = xfercount - xfer1;
869 xfercount - xfer1, buf_ofs);
873 xfercount - xfer1,
894 ds->pcm_buf_host_rw_ofs += xfercount;
895 ds->pcm_buf_elapsed_dma_ofs += xfercount;