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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dphase.c59 #define WM_DAC_CTRL2 0x15 /* de-emphasis and zefo-flag */ macro
636 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL2) & 0xf) == 0xf;
644 temp2 = temp = wm_get(ice, WM_DAC_CTRL2);
650 wm_put(ice, WM_DAC_CTRL2, temp);
H A Dpontis.c54 #define WM_DAC_CTRL2 0x09 macro
766 WM_DAC_CTRL2, 0x0000, /* no deemphasis, no ZFLG */
H A Daureon.c73 #define WM_DAC_CTRL2 0x15 /* de-emphasis and zefo-flag */ macro
1346 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL2) & 0xf) == 0xf;
1354 temp2 = temp = wm_get(ice, WM_DAC_CTRL2);
1360 wm_put(ice, WM_DAC_CTRL2, temp);

Completed in 61 milliseconds