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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dquartet.c126 #define SCR_PHP_V GPIO_D1_JACKDTC0 macro
643 val = get_scr(ice) & SCR_PHP_V;
655 && (~old & SCR_PHP_V)) /* 0 = voltage 5V */ {
658 new = old | SCR_PHP_V;
663 } else if (!ucontrol->value.integer.value[0] && (old & SCR_PHP_V)) {
667 new = old & ~SCR_PHP_V;

Completed in 42 milliseconds