Lines Matching defs:value
175 val = (ucontrol->value.integer.value[0] & mask);
206 * need reclaim it to voltage value.
320 * value 100 and -58.5 dB (actual is -78.3 dB) for register value 117.
405 * adjust PGA to max value when ADC is on and will never go back.
1078 /* Try to find a value for Q which allows us to bypass the PLL and
1683 * compile time warning "warning: enumeration value
1712 u32 value;
1715 if (np && !of_property_read_u32(np, "ai3x-ocmv", &value)) {
1717 if (value <= 3) {
1718 aic3x->ocmv = value;
1782 u32 value;
1825 if (!of_property_read_u32(np, "ai3x-micbias-vg", &value)) {
1826 switch (value) {