Home
last modified time | relevance | path

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

/linux/sound/pci/pcxhr/
H A Dpcxhr_core.c1034 if (mgr->src_it_dsp & PCXHR_IRQ_FREQ_CHANGE) in pcxhr_msg_thread()
1037 if (mgr->src_it_dsp & PCXHR_IRQ_TIME_CODE) in pcxhr_msg_thread()
1040 if (mgr->src_it_dsp & PCXHR_IRQ_NOTIFY) in pcxhr_msg_thread()
1043 if (mgr->src_it_dsp & (PCXHR_IRQ_FREQ_CHANGE | PCXHR_IRQ_TIME_CODE)) { in pcxhr_msg_thread()
1050 if (mgr->src_it_dsp & PCXHR_IRQ_ASYNC) { in pcxhr_msg_thread()
1236 mgr->src_it_dsp = reg; in pcxhr_interrupt()
1249 mgr->src_it_dsp = reg; in pcxhr_interrupt()
1267 if (mgr->src_it_dsp & PCXHR_IRQ_TIMER) { in pcxhr_threaded_irq()
H A Dpcxhr.h99 unsigned int src_it_dsp; /* dsp interrupt source */ member