Lines Matching refs:decimation
79 * @decimation: sampling rate supported for the channel.
91 unsigned int decimation;
211 u8 decimation, mode_ctrl;
227 decimation = prop->decimation << VADC_ADC_DIG_DEC_RATIO_SEL_SHIFT;
228 ret = vadc_write(vadc, VADC_ADC_DIG_PARAM, decimation);
673 ret = of_property_read_u32(node, "qcom,decimation", &value);
677 dev_err(dev, "%02x invalid decimation %d\n",
681 prop->decimation = ret;
683 prop->decimation = VADC_DEF_DECIMATION;