Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/
H A Ddummy.c235 unsigned int frac_period_rest; member
246 DIV_ROUND_UP(dpcm->frac_period_rest, dpcm->rate)); in dummy_systimer_rearm()
261 while (dpcm->frac_period_rest <= delta) { in dummy_systimer_update()
263 dpcm->frac_period_rest += dpcm->frac_period_size; in dummy_systimer_update()
265 dpcm->frac_period_rest -= delta; in dummy_systimer_update()
296 dpcm->frac_period_rest = dpcm->frac_period_size; in dummy_systimer_prepare()