Searched refs:phy_c3 (Results 1 – 1 of 1) sorted by relevance
3672 struct lcnphy_unsign16_struct phy_c3; in wlc_lcnphy_a1() local3734 phy_c3 = wlc_lcnphy_get_cc(pi, cal_type); in wlc_lcnphy_a1()3735 phy_c15 = (s16) phy_c3.re; in wlc_lcnphy_a1()3736 phy_c16 = (s16) phy_c3.im; in wlc_lcnphy_a1()3738 if (phy_c3.re > 127) in wlc_lcnphy_a1()3739 phy_c15 = phy_c3.re - 256; in wlc_lcnphy_a1()3740 if (phy_c3.im > 127) in wlc_lcnphy_a1()3741 phy_c16 = phy_c3.im - 256; in wlc_lcnphy_a1()