Lines Matching refs:iq
1604 static void r820t_compre_cor(struct r820t_sect_type iq[3]) in r820t_compre_cor()
1609 if (iq[0].value > iq[i - 1].value) in r820t_compre_cor()
1610 swap(iq[0], iq[i - 1]); in r820t_compre_cor()
1615 struct r820t_sect_type iq[3], u8 reg) in r820t_compre_step()
1628 tmp.phase_y = iq[0].phase_y; in r820t_compre_step()
1629 tmp.gain_x = iq[0].gain_x; in r820t_compre_step()
1651 if (tmp.value <= iq[0].value) { in r820t_compre_step()
1652 iq[0].gain_x = tmp.gain_x; in r820t_compre_step()
1653 iq[0].phase_y = tmp.phase_y; in r820t_compre_step()
1654 iq[0].value = tmp.value; in r820t_compre_step()
1665 struct r820t_sect_type iq[3], in r820t_iq_tree()
1694 iq[i].value = rc; in r820t_iq_tree()
1697 iq[i].gain_x = fix_val; in r820t_iq_tree()
1698 iq[i].phase_y = var_val; in r820t_iq_tree()
1700 iq[i].phase_y = fix_val; in r820t_iq_tree()
1701 iq[i].gain_x = var_val; in r820t_iq_tree()