Lines Matching full:decimation
99 * On a later ADC the decimation factors are defined as
374 * @decimation: 0,1,2,3
382 u8 decimation:2; member
504 /* Decimation factor */ in pm8xxx_read_channel_rsv()
508 ch->decimation << ADC_DIG_PARAM_DEC_SHIFT); in pm8xxx_read_channel_rsv()
776 /* Everyone seems to use default ("type 2") decimation */ in pm8xxx_xoadc_parse_channel()
777 ch->decimation = VADC_DEF_DECIMATION; in pm8xxx_xoadc_parse_channel()
791 /* Optional decimation, if omitted we use the default */ in pm8xxx_xoadc_parse_channel()
792 ret = of_property_read_u32(np, "qcom,decimation", &dec); in pm8xxx_xoadc_parse_channel()
796 dev_err(dev, "%s invalid decimation %d\n", in pm8xxx_xoadc_parse_channel()
800 ch->decimation = ret; in pm8xxx_xoadc_parse_channel()
813 "ref voltage: %d, decimation %d " in pm8xxx_xoadc_parse_channel()
816 ch->amux_ip_rsv, ch->decimation, hwchan->prescale.num, in pm8xxx_xoadc_parse_channel()