Home
last modified time | relevance | path

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

/Linux-v4.19/sound/firewire/motu/
Damdtp-motu.c31 unsigned int next_accumulated; member
116 p->next_accumulated = 0; in amdtp_motu_set_parameters()
322 p->next_accumulated += p->remainder_ticks_per_event; in compute_next_elapse_from_start()
323 if (p->next_accumulated >= 441) { in compute_next_elapse_from_start()
324 p->next_accumulated -= 441; in compute_next_elapse_from_start()