Searched refs:src_decimation (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/media/pci/cx18/ ! |
D | cx18-av-core.c | 283 const int src_decimation = 0x21f; in cx18_av_std_setup() local 458 src_decimation / 256, in cx18_av_std_setup() 459 ((src_decimation % 256) * 1000) / 256); in cx18_av_std_setup() 462 do_div(tmp, src_decimation); in cx18_av_std_setup() 471 src_decimation, burst, luma_lpf, uv_lpf, in cx18_av_std_setup() 492 cx18_av_write(cx, 0x478, src_decimation & 0xff); in cx18_av_std_setup() 493 cx18_av_write(cx, 0x479, (src_decimation >> 8) & 0xff); in cx18_av_std_setup()
|
/linux-6.6.21/drivers/media/i2c/cx25840/ ! |
D | cx25840-core.c | 1117 int vblank656, src_decimation; in cx25840_std_setup() local 1141 src_decimation = 0x21f; in cx25840_std_setup() 1172 src_decimation = 0x21f; in cx25840_std_setup() 1222 fin = ((u64)src_decimation * pll) >> 12; in cx25840_std_setup() 1235 src_decimation, burst, luma_lpf, uv_lpf, in cx25840_std_setup() 1257 cx25840_write(client, 0x478, src_decimation & 0xff); in cx25840_std_setup() 1258 cx25840_write(client, 0x479, (src_decimation >> 8) & 0xff); in cx25840_std_setup()
|