Searched refs:phy_c3 (Results 1 – 1 of 1) sorted by relevance
3594 struct lcnphy_unsign16_struct phy_c3; in wlc_lcnphy_a1() local3656 phy_c3 = wlc_lcnphy_get_cc(pi, cal_type); in wlc_lcnphy_a1()3657 phy_c15 = (s16) phy_c3.re; in wlc_lcnphy_a1()3658 phy_c16 = (s16) phy_c3.im; in wlc_lcnphy_a1()3660 if (phy_c3.re > 127) in wlc_lcnphy_a1()3661 phy_c15 = phy_c3.re - 256; in wlc_lcnphy_a1()3662 if (phy_c3.im > 127) in wlc_lcnphy_a1()3663 phy_c16 = phy_c3.im - 256; in wlc_lcnphy_a1()