Lines Matching defs:iq_point
1546 struct r820t_sect_type iq_point[3],
1605 iq_point[0] = cross[0];
1606 iq_point[1] = cross[1];
1607 iq_point[2] = cross[2];
1611 iq_point[0] = cross[0];
1612 iq_point[1] = cross[3];
1613 iq_point[2] = cross[4];
1742 struct r820t_sect_type *iq_point)
1748 if (!(iq_point->gain_x & 0x1f))
1749 compare_iq[0].gain_x = ((iq_point->gain_x) & 0xdf) + 1; /* Q-path, Gain=1 */
1751 compare_iq[0].gain_x = iq_point->gain_x - 1; /* left point */
1752 compare_iq[0].phase_y = iq_point->phase_y;
1765 compare_iq[0].gain_x = iq_point->gain_x;
1766 compare_iq[0].phase_y = iq_point->phase_y;
1778 if ((iq_point->gain_x & 0x1f) == 0x00)
1779 compare_iq[0].gain_x = ((iq_point->gain_x) | 0x20) + 1; /* I-path, Gain=1 */
1781 compare_iq[0].gain_x = iq_point->gain_x + 1;
1782 compare_iq[0].phase_y = iq_point->phase_y;
1795 *iq_point = compare_bet[0];