Home
last modified time | relevance | path

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

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