Home
last modified time | relevance | path

Searched refs:remdata (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/pci/asihpi/
Dasihpi.c765 unsigned int remdata, xfercount, next_jiffies; in snd_card_asihpi_timer_function() local
852 remdata = newdata % dpcm->period_bytes; in snd_card_asihpi_timer_function()
853 xfercount = newdata - remdata; /* a multiple of period_bytes */ in snd_card_asihpi_timer_function()
861 next_jiffies = ((dpcm->period_bytes - remdata) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()