Lines Matching refs:decimation
99 * On a later ADC the decimation factors are defined as
376 * @decimation: 0,1,2,3
384 u8 decimation:2;
510 ch->decimation << ADC_DIG_PARAM_DEC_SHIFT);
778 /* Everyone seems to use default ("type 2") decimation */
779 ch->decimation = VADC_DEF_DECIMATION;
793 /* Optional decimation, if omitted we use the default */
794 ret = fwnode_property_read_u32(fwnode, "qcom,decimation", &dec);
798 dev_err(dev, "%s invalid decimation %d\n",
802 ch->decimation = ret;
815 "channel [PRESCALE/MUX: %02x AMUX: %02x] \"%s\" ref voltage: %d, decimation %d prescale %d/%d, scale function %d\n",
817 ch->amux_ip_rsv, ch->decimation, hwchan->prescale.numerator,