Searched refs:uv_lpf (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 287 int luma_lpf, uv_lpf, comb; in cx18_av_std_setup() local 360 uv_lpf = 1; in cx18_av_std_setup() 365 uv_lpf = 1; in cx18_av_std_setup() 370 uv_lpf = 0; in cx18_av_std_setup() 410 uv_lpf = 1; in cx18_av_std_setup() 471 src_decimation, burst, luma_lpf, uv_lpf, in cx18_av_std_setup() 496 cx18_av_write(cx, 0x47a, luma_lpf << 6 | ((uv_lpf << 4) & 0x30)); in cx18_av_std_setup()
|
/linux-5.19.10/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 1118 int luma_lpf, uv_lpf, comb; in cx25840_std_setup() local 1145 uv_lpf = 0; in cx25840_std_setup() 1153 uv_lpf = 1; in cx25840_std_setup() 1157 uv_lpf = 1; in cx25840_std_setup() 1166 uv_lpf = 1; in cx25840_std_setup() 1235 src_decimation, burst, luma_lpf, uv_lpf, in cx25840_std_setup() 1261 cx25840_write(client, 0x47a, luma_lpf << 6 | ((uv_lpf << 4) & 0x30)); in cx25840_std_setup()
|