Home
last modified time | relevance | path

Searched refs:uv_lpf (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-av-core.c301 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()
/linux-4.4.14/drivers/media/i2c/cx25840/
Dcx25840-core.c779 int luma_lpf, uv_lpf, comb; in cx25840_std_setup() local
799 uv_lpf = 0; in cx25840_std_setup()
803 uv_lpf = 1; in cx25840_std_setup()
807 uv_lpf = 1; in cx25840_std_setup()
816 uv_lpf = 1; in cx25840_std_setup()
875 src_decimation, burst, luma_lpf, uv_lpf, comb, sc); in cx25840_std_setup()
900 cx25840_write(client, 0x47a, luma_lpf << 6 | ((uv_lpf << 4) & 0x30)); in cx25840_std_setup()