Lines Matching refs:decimation
79 * @decimation: sampling rate supported for the channel.
92 unsigned int decimation;
213 u8 decimation, mode_ctrl;
229 decimation = prop->decimation << VADC_ADC_DIG_DEC_RATIO_SEL_SHIFT;
230 ret = vadc_write(vadc, VADC_ADC_DIG_PARAM, decimation);
690 ret = fwnode_property_read_u32(fwnode, "qcom,decimation", &value);
694 dev_err(dev, "%02x invalid decimation %d\n",
698 prop->decimation = ret;
700 prop->decimation = VADC_DEF_DECIMATION;