Searched refs:dsp_time_last (Results 1 – 3 of 3) sorted by relevance
1247 mgr->dsp_time_last = PCXHR_DSP_TIME_INVALID; in pcxhr_interrupt()1271 int dsp_time_diff = dsp_time_new - mgr->dsp_time_last; in pcxhr_threaded_irq()1274 (mgr->dsp_time_last != PCXHR_DSP_TIME_INVALID)) { in pcxhr_threaded_irq()1279 mgr->dsp_time_last, dsp_time_new); in pcxhr_threaded_irq()1299 mgr->dsp_time_last, in pcxhr_threaded_irq()1300 dsp_time_new - mgr->dsp_time_last); in pcxhr_threaded_irq()1306 mgr->dsp_time_last = dsp_time_new; in pcxhr_threaded_irq()
97 int dsp_time_last; /* the last dsp time (read by interrupt) */ member
880 mgr->dsp_time_last = PCXHR_DSP_TIME_INVALID; in pcxhr_hardware_timer()