Searched refs:dsp_time_last (Results 1 – 3 of 3) sorted by relevance
1266 mgr->dsp_time_last = PCXHR_DSP_TIME_INVALID; in pcxhr_interrupt()1290 int dsp_time_diff = dsp_time_new - mgr->dsp_time_last; in pcxhr_threaded_irq()1293 (mgr->dsp_time_last != PCXHR_DSP_TIME_INVALID)) { in pcxhr_threaded_irq()1298 mgr->dsp_time_last, dsp_time_new); in pcxhr_threaded_irq()1318 mgr->dsp_time_last, in pcxhr_threaded_irq()1319 dsp_time_new - mgr->dsp_time_last); in pcxhr_threaded_irq()1325 mgr->dsp_time_last = dsp_time_new; in pcxhr_threaded_irq()
110 int dsp_time_last; /* the last dsp time (read by interrupt) */ member
901 mgr->dsp_time_last = PCXHR_DSP_TIME_INVALID; in pcxhr_hardware_timer()