Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr_core.c155 #define PCXHR_MASK_IT_NO_HF0_HF1 0x000400 macro
172 #define PCXHR_IT_DEBUG (0x0000005A | PCXHR_MASK_IT_NO_HF0_HF1)
173 #define PCXHR_IT_RESET_SEMAPHORE (0x0000005C | PCXHR_MASK_IT_NO_HF0_HF1)
174 #define PCXHR_IT_MESSAGE (0x00000074 | PCXHR_MASK_IT_NO_HF0_HF1)
175 #define PCXHR_IT_RESET_CHK (0x00000076 | PCXHR_MASK_IT_NO_HF0_HF1)
176 #define PCXHR_IT_UPDATE_RBUFFER (0x00000078 | PCXHR_MASK_IT_NO_HF0_HF1)
190 if ((itdsp & PCXHR_MASK_IT_NO_HF0_HF1) == 0) { in pcxhr_send_it_dsp()