Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dr820t.c1745 struct r820t_sect_type compare_iq[3], compare_bet[3]; in r820t_section() local
1749 compare_iq[0].gain_x = ((iq_point->gain_x) & 0xdf) + 1; /* Q-path, Gain=1 */ in r820t_section()
1751 compare_iq[0].gain_x = iq_point->gain_x - 1; /* left point */ in r820t_section()
1752 compare_iq[0].phase_y = iq_point->phase_y; in r820t_section()
1755 rc = r820t_iq_tree(priv, compare_iq, compare_iq[0].gain_x, in r820t_section()
1756 compare_iq[0].phase_y, 0x08); in r820t_section()
1760 r820t_compre_cor(compare_iq); in r820t_section()
1762 compare_bet[0] = compare_iq[0]; in r820t_section()
1765 compare_iq[0].gain_x = iq_point->gain_x; in r820t_section()
1766 compare_iq[0].phase_y = iq_point->phase_y; in r820t_section()
[all …]