Lines Matching defs:iq_point
1526 struct r820t_sect_type iq_point[3],
1585 iq_point[0] = cross[0];
1586 iq_point[1] = cross[1];
1587 iq_point[2] = cross[2];
1591 iq_point[0] = cross[0];
1592 iq_point[1] = cross[3];
1593 iq_point[2] = cross[4];
1722 struct r820t_sect_type *iq_point)
1728 if (!(iq_point->gain_x & 0x1f))
1729 compare_iq[0].gain_x = ((iq_point->gain_x) & 0xdf) + 1; /* Q-path, Gain=1 */
1731 compare_iq[0].gain_x = iq_point->gain_x - 1; /* left point */
1732 compare_iq[0].phase_y = iq_point->phase_y;
1745 compare_iq[0].gain_x = iq_point->gain_x;
1746 compare_iq[0].phase_y = iq_point->phase_y;
1758 if ((iq_point->gain_x & 0x1f) == 0x00)
1759 compare_iq[0].gain_x = ((iq_point->gain_x) | 0x20) + 1; /* I-path, Gain=1 */
1761 compare_iq[0].gain_x = iq_point->gain_x + 1;
1762 compare_iq[0].phase_y = iq_point->phase_y;
1775 *iq_point = compare_bet[0];