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