Home
last modified time | relevance | path

Searched refs:src_it_dsp (Results 1 – 2 of 2) sorted by relevance

/sound/pci/pcxhr/
Dpcxhr_core.c1053 if (mgr->src_it_dsp & PCXHR_IRQ_FREQ_CHANGE) in pcxhr_msg_thread()
1056 if (mgr->src_it_dsp & PCXHR_IRQ_TIME_CODE) in pcxhr_msg_thread()
1059 if (mgr->src_it_dsp & PCXHR_IRQ_NOTIFY) in pcxhr_msg_thread()
1062 if (mgr->src_it_dsp & (PCXHR_IRQ_FREQ_CHANGE | PCXHR_IRQ_TIME_CODE)) { in pcxhr_msg_thread()
1069 if (mgr->src_it_dsp & PCXHR_IRQ_ASYNC) { in pcxhr_msg_thread()
1255 mgr->src_it_dsp = reg; in pcxhr_interrupt()
1268 mgr->src_it_dsp = reg; in pcxhr_interrupt()
1286 if (mgr->src_it_dsp & PCXHR_IRQ_TIMER) { in pcxhr_threaded_irq()
Dpcxhr.h112 unsigned int src_it_dsp; /* dsp interrupt source */ member