Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr_core.c1253 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()
Dpcxhr.h97 int dsp_time_last; /* the last dsp time (read by interrupt) */ member
Dpcxhr.c886 mgr->dsp_time_last = PCXHR_DSP_TIME_INVALID; in pcxhr_hardware_timer()