src_decimation   1117 drivers/media/i2c/cx25840/cx25840-core.c 	int vblank656, src_decimation;
src_decimation   1141 drivers/media/i2c/cx25840/cx25840-core.c 		src_decimation = 0x21f;
src_decimation   1172 drivers/media/i2c/cx25840/cx25840-core.c 		src_decimation = 0x21f;
src_decimation   1222 drivers/media/i2c/cx25840/cx25840-core.c 			fin = ((u64)src_decimation * pll) >> 12;
src_decimation   1235 drivers/media/i2c/cx25840/cx25840-core.c 				src_decimation, burst, luma_lpf, uv_lpf,
src_decimation   1257 drivers/media/i2c/cx25840/cx25840-core.c 	cx25840_write(client, 0x478, src_decimation & 0xff);
src_decimation   1258 drivers/media/i2c/cx25840/cx25840-core.c 	cx25840_write(client, 0x479, (src_decimation >> 8) & 0xff);
src_decimation    283 drivers/media/pci/cx18/cx18-av-core.c 	const int src_decimation = 0x21f;
src_decimation    458 drivers/media/pci/cx18/cx18-av-core.c 				    src_decimation / 256,
src_decimation    459 drivers/media/pci/cx18/cx18-av-core.c 				    ((src_decimation % 256) * 1000) / 256);
src_decimation    462 drivers/media/pci/cx18/cx18-av-core.c 		do_div(tmp, src_decimation);
src_decimation    471 drivers/media/pci/cx18/cx18-av-core.c 				    src_decimation, burst, luma_lpf, uv_lpf,
src_decimation    492 drivers/media/pci/cx18/cx18-av-core.c 	cx18_av_write(cx, 0x478, src_decimation & 0xff);
src_decimation    493 drivers/media/pci/cx18/cx18-av-core.c 	cx18_av_write(cx, 0x479, (src_decimation >> 8) & 0xff);