Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/asihpi/
Dasihpi.c748 unsigned int remdata, xfercount, next_jiffies; in snd_card_asihpi_timer_function() local
835 remdata = newdata % dpcm->period_bytes; in snd_card_asihpi_timer_function()
836 xfercount = newdata - remdata; /* a multiple of period_bytes */ in snd_card_asihpi_timer_function()
844 next_jiffies = ((dpcm->period_bytes - remdata) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()