Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr_core.c1044 if (mgr->src_it_dsp & PCXHR_IRQ_FREQ_CHANGE) in pcxhr_msg_tasklet()
1046 if (mgr->src_it_dsp & PCXHR_IRQ_TIME_CODE) in pcxhr_msg_tasklet()
1048 if (mgr->src_it_dsp & PCXHR_IRQ_NOTIFY) in pcxhr_msg_tasklet()
1050 if (mgr->src_it_dsp & (PCXHR_IRQ_FREQ_CHANGE | PCXHR_IRQ_TIME_CODE)) { in pcxhr_msg_tasklet()
1057 if (mgr->src_it_dsp & PCXHR_IRQ_ASYNC) { in pcxhr_msg_tasklet()
1296 mgr->src_it_dsp = reg; in pcxhr_interrupt()
Dpcxhr.h116 unsigned int src_it_dsp; /* dsp interrupt source */ member