Searched refs:uv_lpf (Results 1 – 2 of 2) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 301 int luma_lpf, uv_lpf, comb; in cx18_av_std_setup() local 374 uv_lpf = 1; in cx18_av_std_setup() 379 uv_lpf = 1; in cx18_av_std_setup() 384 uv_lpf = 0; in cx18_av_std_setup() 424 uv_lpf = 1; in cx18_av_std_setup() 487 src_decimation, burst, luma_lpf, uv_lpf, in cx18_av_std_setup() 512 cx18_av_write(cx, 0x47a, luma_lpf << 6 | ((uv_lpf << 4) & 0x30)); in cx18_av_std_setup()
|
/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 801 int luma_lpf, uv_lpf, comb; in cx25840_std_setup() local 821 uv_lpf = 0; in cx25840_std_setup() 825 uv_lpf = 1; in cx25840_std_setup() 829 uv_lpf = 1; in cx25840_std_setup() 838 uv_lpf = 1; in cx25840_std_setup() 897 src_decimation, burst, luma_lpf, uv_lpf, comb, sc); in cx25840_std_setup() 922 cx25840_write(client, 0x47a, luma_lpf << 6 | ((uv_lpf << 4) & 0x30)); in cx25840_std_setup()
|