Lines Matching refs:decimation
74 * Conversion time varies based on the decimation, clock rate, fast average
108 * @decimation: sampling rate supported for the channel.
123 unsigned int decimation;
231 /* Update decimation ratio select */
233 *data |= (prop->decimation << ADC5_USR_DIG_PARAM_DEC_RATIO_SEL_SHIFT);
677 ret = fwnode_property_read_u32(fwnode, "qcom,decimation", &value);
679 ret = qcom_adc5_decimation_from_dt(value, data->decimation);
681 dev_err(dev, "%02x invalid decimation %d\n",
685 prop->decimation = ret;
687 prop->decimation = ADC5_DECIMATION_DEFAULT;
769 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])
783 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])
796 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])