Lines Matching refs:decimation
100 * On a later ADC the decimation factors are defined as
375 * @decimation: 0,1,2,3
383 u8 decimation:2;
509 ch->decimation << ADC_DIG_PARAM_DEC_SHIFT);
777 /* Everyone seems to use default ("type 2") decimation */
778 ch->decimation = VADC_DEF_DECIMATION;
792 /* Optional decimation, if omitted we use the default */
793 ret = of_property_read_u32(np, "qcom,decimation", &dec);
797 dev_err(dev, "%s invalid decimation %d\n",
801 ch->decimation = ret;
814 "ref voltage: %d, decimation %d "
817 ch->amux_ip_rsv, ch->decimation, hwchan->prescale.num,