Searched refs:itdsp (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr_core.c174 static int pcxhr_send_it_dsp(struct pcxhr_mgr *mgr, unsigned int itdsp, int atomic) argument
179 if (itdsp & PCXHR_MASK_IT_MANAGE_HF5) {
184 if ((itdsp & PCXHR_MASK_IT_NO_HF0_HF1) == 0) {
186 if (itdsp & PCXHR_MASK_IT_HF0)
188 if (itdsp & PCXHR_MASK_IT_HF1)
192 reg = (unsigned char)(((itdsp & PCXHR_MASK_EXTRA_INFO) >> 1) | PCXHR_CVR_HI08_HC);
194 if (itdsp & PCXHR_MASK_IT_WAIT) {
200 if (itdsp & PCXHR_MASK_IT_WAIT_EXTRA) {
213 if (itdsp & PCXHR_MASK_IT_MANAGE_HF5) {

Completed in 75 milliseconds