Searched refs:src_decimation (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 292 const int src_decimation = 0x21f; in cx18_av_std_setup() local 467 src_decimation / 256, in cx18_av_std_setup() 468 ((src_decimation % 256) * 1000) / 256); in cx18_av_std_setup() 471 do_div(tmp, src_decimation); in cx18_av_std_setup() 480 src_decimation, burst, luma_lpf, uv_lpf, in cx18_av_std_setup() 501 cx18_av_write(cx, 0x478, src_decimation & 0xff); in cx18_av_std_setup() 502 cx18_av_write(cx, 0x479, (src_decimation >> 8) & 0xff); in cx18_av_std_setup()
|
/Linux-v4.19/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 802 int vblank656, src_decimation; in cx25840_std_setup() local 819 src_decimation = 0x21f; in cx25840_std_setup() 842 src_decimation = 0x21f; in cx25840_std_setup() 884 fin = ((u64)src_decimation * pll) >> 12; in cx25840_std_setup() 896 src_decimation, burst, luma_lpf, uv_lpf, comb, sc); in cx25840_std_setup() 917 cx25840_write(client, 0x478, src_decimation & 0xff); in cx25840_std_setup() 918 cx25840_write(client, 0x479, (src_decimation >> 8) & 0xff); in cx25840_std_setup()
|