decimation        984 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 	int decimation = 0;
decimation        990 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		decimation = HDMI_CSC_CFG_DECMODE_CHROMA_INT_FORMULA3;
decimation       1011 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 	hdmi_writeb(hdmi, interpolation | decimation, HDMI_CSC_CFG);
decimation        383 drivers/iio/adc/qcom-pm8xxx-xoadc.c 	u8 decimation:2;
decimation        508 drivers/iio/adc/qcom-pm8xxx-xoadc.c 			   ch->decimation << ADC_DIG_PARAM_DEC_SHIFT);
decimation        777 drivers/iio/adc/qcom-pm8xxx-xoadc.c 	ch->decimation = VADC_DEF_DECIMATION;
decimation        800 drivers/iio/adc/qcom-pm8xxx-xoadc.c 		ch->decimation = ret;
decimation        816 drivers/iio/adc/qcom-pm8xxx-xoadc.c 		ch->amux_ip_rsv, ch->decimation, hwchan->prescale.num,
decimation        112 drivers/iio/adc/qcom-spmi-adc5.c 	unsigned int		decimation;
decimation        205 drivers/iio/adc/qcom-spmi-adc5.c 					const unsigned int *decimation)
decimation        210 drivers/iio/adc/qcom-spmi-adc5.c 		if (value == decimation[i])
decimation        277 drivers/iio/adc/qcom-spmi-adc5.c 	*data |= (prop->decimation << ADC5_USR_DIG_PARAM_DEC_RATIO_SEL_SHIFT);
decimation        542 drivers/iio/adc/qcom-spmi-adc5.c 		ret = adc5_decimation_from_dt(value, data->decimation);
decimation        548 drivers/iio/adc/qcom-spmi-adc5.c 		prop->decimation = ret;
decimation        550 drivers/iio/adc/qcom-spmi-adc5.c 		prop->decimation = ADC5_DECIMATION_DEFAULT;
decimation        632 drivers/iio/adc/qcom-spmi-adc5.c 	.decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])
decimation        646 drivers/iio/adc/qcom-spmi-adc5.c 	.decimation = (unsigned int [ADC5_DECIMATION_SAMPLES_MAX])
decimation         91 drivers/iio/adc/qcom-spmi-vadc.c 	unsigned int decimation;
decimation        211 drivers/iio/adc/qcom-spmi-vadc.c 	u8 decimation, mode_ctrl;
decimation        227 drivers/iio/adc/qcom-spmi-vadc.c 	decimation = prop->decimation << VADC_ADC_DIG_DEC_RATIO_SEL_SHIFT;
decimation        228 drivers/iio/adc/qcom-spmi-vadc.c 	ret = vadc_write(vadc, VADC_ADC_DIG_PARAM, decimation);
decimation        681 drivers/iio/adc/qcom-spmi-vadc.c 		prop->decimation = ret;
decimation        683 drivers/iio/adc/qcom-spmi-vadc.c 		prop->decimation = VADC_DEF_DECIMATION;
decimation        140 drivers/iio/adc/qcom-vadc-common.h 	unsigned int	*decimation;
decimation        308 drivers/media/usb/gspca/cpia1.c 		u8 decimation;
decimation        683 drivers/media/usb/gspca/cpia1.c 	params->compression.decimation = NO_DECIMATION;
decimation        938 drivers/media/usb/gspca/cpia1.c 			  sd->params.compression.decimation, 0, 0);
decimation        479 sound/pci/bt87x.c 	int decimation;
decimation        483 sound/pci/bt87x.c 	decimation = (ANALOG_CLOCK + runtime->rate / 4) / runtime->rate;
decimation        484 sound/pci/bt87x.c 	chip->reg_control |= decimation << CTL_DA_SDR_SHIFT;