Searched refs:hp_cor (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/tuners/ |
D | r820t.c | 957 u8 filt_gain, img_r, filt_q, hp_cor, ext_enable, loop_through; in r820t_set_tv_standard() local 969 hp_cor = 0x6a; /* 1.7m disable, +2cap, 1.25mhz */ in r820t_set_tv_standard() 981 hp_cor = 0x0b; /* 1.7m disable, +0cap, 1.0mhz */ in r820t_set_tv_standard() 993 hp_cor = 0x6a; /* 1.7m disable, +0cap, 1.0mhz */ in r820t_set_tv_standard() 1006 hp_cor = 0x6b; /* 1.7m disable, +2cap, 1.0mhz */ in r820t_set_tv_standard() 1026 hp_cor = 0x2b; /* 1.7m disable, +1cap, 1.0mhz */ in r820t_set_tv_standard() 1039 hp_cor = 0x2a; /* 1.7m disable, +1cap, 1.25mhz */ in r820t_set_tv_standard() 1051 hp_cor = 0x0b; /* 1.7m disable, +0cap, 1.0mhz */ in r820t_set_tv_standard() 1101 rc = r820t_write_reg_mask(priv, 0x0b, hp_cor, 0x60); in r820t_set_tv_standard() 1156 rc = r820t_write_reg_mask(priv, 0x0b, hp_cor, 0xef); in r820t_set_tv_standard()
|