Searched refs:phy_c3 (Results 1 – 1 of 1) sorted by relevance
3653 struct lcnphy_unsign16_struct phy_c3; in wlc_lcnphy_a1() local3715 phy_c3 = wlc_lcnphy_get_cc(pi, cal_type); in wlc_lcnphy_a1()3716 phy_c15 = (s16) phy_c3.re; in wlc_lcnphy_a1()3717 phy_c16 = (s16) phy_c3.im; in wlc_lcnphy_a1()3719 if (phy_c3.re > 127) in wlc_lcnphy_a1()3720 phy_c15 = phy_c3.re - 256; in wlc_lcnphy_a1()3721 if (phy_c3.im > 127) in wlc_lcnphy_a1()3722 phy_c16 = phy_c3.im - 256; in wlc_lcnphy_a1()