Lines Matching refs:decimation
167 unsigned int *decimation; member
201 unsigned int decimation; /* For Gen2 ADC_TM */ member
235 unsigned int decimation; member
593 buf[2] |= FIELD_PREP(ADC_TM_GEN2_CTL_DEC_RATIO_MASK, channel->decimation); in adc_tm5_gen2_configure()
710 buf[0] = chip->decimation; in adc_tm_hc_init()
740 buf[0] = chip->decimation; in adc_tm5_init()
874 ret = qcom_adc5_decimation_from_dt(value, adc_tm->data->decimation); in adc_tm5_get_dt_channel_data()
879 channel->decimation = ret; in adc_tm5_get_dt_channel_data()
881 channel->decimation = ADC5_DECIMATION_DEFAULT; in adc_tm5_get_dt_channel_data()
902 .decimation = (unsigned int []) { 250, 420, 840 },
916 .decimation = (unsigned int []) { 256, 512, 1024 },
929 .decimation = (unsigned int []) { 85, 340, 1360 },
966 ret = qcom_adc5_decimation_from_dt(value, adc_tm->data->decimation); in adc_tm5_get_dt_data()
971 adc_tm->decimation = ret; in adc_tm5_get_dt_data()
973 adc_tm->decimation = ADC5_DECIMATION_DEFAULT; in adc_tm5_get_dt_data()