Searched refs:dsp_time_last (Results 1 – 3 of 3) sorted by relevance
1253 mgr->dsp_time_last = PCXHR_DSP_TIME_INVALID; in pcxhr_interrupt()1277 int dsp_time_diff = dsp_time_new - mgr->dsp_time_last; in pcxhr_threaded_irq()1280 (mgr->dsp_time_last != PCXHR_DSP_TIME_INVALID)) { in pcxhr_threaded_irq()1285 mgr->dsp_time_last, dsp_time_new); in pcxhr_threaded_irq()1305 mgr->dsp_time_last, in pcxhr_threaded_irq()1306 dsp_time_new - mgr->dsp_time_last); in pcxhr_threaded_irq()1312 mgr->dsp_time_last = dsp_time_new; in pcxhr_threaded_irq()
97 int dsp_time_last; /* the last dsp time (read by interrupt) */ member
888 mgr->dsp_time_last = PCXHR_DSP_TIME_INVALID; in pcxhr_hardware_timer()