Lines Matching refs:compare_iq

1731 	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()
1754 rc = r820t_iq_tree(priv, compare_iq, compare_iq[0].gain_x, in r820t_section()
1755 compare_iq[0].phase_y, 0x08); in r820t_section()
1759 r820t_compre_cor(compare_iq); in r820t_section()
1761 compare_bet[1] = compare_iq[0]; in r820t_section()
1765 compare_iq[0].gain_x = ((iq_point->gain_x) | 0x20) + 1; /* I-path, Gain=1 */ in r820t_section()
1767 compare_iq[0].gain_x = iq_point->gain_x + 1; in r820t_section()
1768 compare_iq[0].phase_y = iq_point->phase_y; in r820t_section()
1770 rc = r820t_iq_tree(priv, compare_iq, compare_iq[0].gain_x, in r820t_section()
1771 compare_iq[0].phase_y, 0x08); in r820t_section()
1775 r820t_compre_cor(compare_iq); in r820t_section()
1777 compare_bet[2] = compare_iq[0]; in r820t_section()
1812 struct r820t_sect_type compare_iq[3]; in r820t_iq() local
1819 rc = r820t_imr_cross(priv, compare_iq, &x_direction); in r820t_iq()
1832 r820t_compre_cor(compare_iq); in r820t_iq()
1835 rc = r820t_compre_step(priv, compare_iq, dir_reg); in r820t_iq()
1840 rc = r820t_iq_tree(priv, compare_iq, compare_iq[0].gain_x, in r820t_iq()
1841 compare_iq[0].phase_y, dir_reg); in r820t_iq()
1846 r820t_compre_cor(compare_iq); in r820t_iq()
1849 rc = r820t_compre_step(priv, compare_iq, other_reg); in r820t_iq()
1854 rc = r820t_iq_tree(priv, compare_iq, compare_iq[0].gain_x, in r820t_iq()
1855 compare_iq[0].phase_y, other_reg); in r820t_iq()
1859 r820t_compre_cor(compare_iq); in r820t_iq()
1862 rc = r820t_section(priv, compare_iq); in r820t_iq()
1864 *iq_pont = compare_iq[0]; in r820t_iq()