Searched refs:src_decimation (Results 1 – 2 of 2) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 297 const int src_decimation = 0x21f; in cx18_av_std_setup() local 472 "= %d.%03d\n", src_decimation / 256, in cx18_av_std_setup() 473 ((src_decimation % 256) * 1000) / 256); in cx18_av_std_setup() 476 do_div(tmp, src_decimation); in cx18_av_std_setup() 487 src_decimation, burst, luma_lpf, uv_lpf, in cx18_av_std_setup() 508 cx18_av_write(cx, 0x478, src_decimation & 0xff); in cx18_av_std_setup() 509 cx18_av_write(cx, 0x479, (src_decimation >> 8) & 0xff); in cx18_av_std_setup()
|
/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 800 int vblank656, src_decimation; in cx25840_std_setup() local 817 src_decimation = 0x21f; in cx25840_std_setup() 840 src_decimation = 0x21f; in cx25840_std_setup() 882 fin = ((u64)src_decimation * pll) >> 12; in cx25840_std_setup() 897 src_decimation, burst, luma_lpf, uv_lpf, comb, sc); in cx25840_std_setup() 918 cx25840_write(client, 0x478, src_decimation & 0xff); in cx25840_std_setup() 919 cx25840_write(client, 0x479, (src_decimation >> 8) & 0xff); in cx25840_std_setup()
|