Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/asihpi/
H A Dasihpi.c726 unsigned int remdata, xfercount, next_jiffies; in snd_card_asihpi_timer_function() local
811 remdata = newdata % dpcm->period_bytes; in snd_card_asihpi_timer_function()
812 xfercount = newdata - remdata; /* a multiple of period_bytes */ in snd_card_asihpi_timer_function()
820 next_jiffies = ((dpcm->period_bytes - remdata) * HZ / dpcm->bytes_per_sec); in snd_card_asihpi_timer_function()