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