Lines Matching defs:value
169 val = (ucontrol->value.integer.value[0] & mask);
200 * need reclaim it to voltage value.
314 * value 100 and -58.5 dB (actual is -78.3 dB) for register value 117.
399 * adjust PGA to max value when ADC is on and will never go back.
1073 /* Try to find a value for Q which allows us to bypass the PLL and
1666 * compile time warning "warning: enumeration value
1693 u32 value;
1696 if (np && !of_property_read_u32(np, "ai3x-ocmv", &value)) {
1698 if (value <= 3) {
1699 aic3x->ocmv = value;
1743 u32 value;
1768 if (!of_property_read_u32(np, "ai3x-micbias-vg", &value)) {
1769 switch (value) {