Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/pcxhr/
Dpcxhr_core.c143 #define PCXHR_MASK_IT_NO_HF0_HF1 0x000400 macro
160 #define PCXHR_IT_DEBUG (0x0000005A | PCXHR_MASK_IT_NO_HF0_HF1)
161 #define PCXHR_IT_RESET_SEMAPHORE (0x0000005C | PCXHR_MASK_IT_NO_HF0_HF1)
162 #define PCXHR_IT_MESSAGE (0x00000074 | PCXHR_MASK_IT_NO_HF0_HF1)
163 #define PCXHR_IT_RESET_CHK (0x00000076 | PCXHR_MASK_IT_NO_HF0_HF1)
164 #define PCXHR_IT_UPDATE_RBUFFER (0x00000078 | PCXHR_MASK_IT_NO_HF0_HF1)
178 if ((itdsp & PCXHR_MASK_IT_NO_HF0_HF1) == 0) { in pcxhr_send_it_dsp()