Home
last modified time | relevance | path

Searched refs:src_decimation (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-av-core.c283 const int src_decimation = 0x21f; in cx18_av_std_setup() local
362 /* sc = 4433618.75 * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
367 /* sc = 3582056.25 * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
373 /* sc = 4328130 * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
423 /* sc = 4433618.75 * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
429 /* sc = 3575611.49 * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
434 /* sc = 3579545.45.. * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
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()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-av-core.c283 const int src_decimation = 0x21f; in cx18_av_std_setup() local
362 /* sc = 4433618.75 * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
367 /* sc = 3582056.25 * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
373 /* sc = 4328130 * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
423 /* sc = 4433618.75 * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
429 /* sc = 3575611.49 * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
434 /* sc = 3579545.45.. * src_decimation/28636360 * 2^13 */ in cx18_av_std_setup()
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()
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1117 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()
/kernel/linux/linux-6.6/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1117 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()

Completed in 13 milliseconds