Lines Matching full: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; member
231 /* Update decimation ratio select */ in adc5_update_dig_param()
233 *data |= (prop->decimation << ADC5_USR_DIG_PARAM_DEC_RATIO_SEL_SHIFT); in adc5_update_dig_param()
677 ret = fwnode_property_read_u32(fwnode, "qcom,decimation", &value); in adc5_get_fw_channel_data()
679 ret = qcom_adc5_decimation_from_dt(value, data->decimation); in adc5_get_fw_channel_data()
681 dev_err(dev, "%02x invalid decimation %d\n", in adc5_get_fw_channel_data()
685 prop->decimation = ret; in adc5_get_fw_channel_data()
687 prop->decimation = ADC5_DECIMATION_DEFAULT; in adc5_get_fw_channel_data()
769 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])
783 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])
796 .decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])