Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dr820t.c1731 struct r820t_sect_type compare_iq[3], compare_bet[3]; in r820t_section() local
1735 compare_iq[0].gain_x = ((iq_point->gain_x) & 0xdf) + 1; /* Q-path, Gain=1 */ in r820t_section()
1737 compare_iq[0].gain_x = iq_point->gain_x - 1; /* left point */ in r820t_section()
1738 compare_iq[0].phase_y = iq_point->phase_y; in r820t_section()
1741 rc = r820t_iq_tree(priv, compare_iq, compare_iq[0].gain_x, in r820t_section()
1742 compare_iq[0].phase_y, 0x08); in r820t_section()
1746 r820t_compre_cor(compare_iq); in r820t_section()
1748 compare_bet[0] = compare_iq[0]; in r820t_section()
1751 compare_iq[0].gain_x = iq_point->gain_x; in r820t_section()
1752 compare_iq[0].phase_y = iq_point->phase_y; in r820t_section()
[all …]