Searched refs:coeff_x (Results 1 – 1 of 1) sorted by relevance
980 if (coeff_x < 0) in wlc_lcnphy_calc_floor()981 k = (coeff_x - 1) / 2; in wlc_lcnphy_calc_floor()983 k = coeff_x / 2; in wlc_lcnphy_calc_floor()987 if ((coeff_x + 1) < 0) in wlc_lcnphy_calc_floor()988 k = (coeff_x) / 2; in wlc_lcnphy_calc_floor()990 k = (coeff_x + 1) / 2; in wlc_lcnphy_calc_floor()3435 wlc_lcnphy_set_tx_iqcc(pi, coeff_x, coeff_y); in wlc_lcnphy_set_cc()3442 k = wlc_lcnphy_calc_floor(coeff_x, 0); in wlc_lcnphy_set_cc()3444 k = wlc_lcnphy_calc_floor(coeff_x, 1); in wlc_lcnphy_set_cc()3456 k = wlc_lcnphy_calc_floor(coeff_x, 0); in wlc_lcnphy_set_cc()[all …]