Searched refs:coeff_x (Results 1 – 1 of 1) sorted by relevance
975 static int wlc_lcnphy_calc_floor(s16 coeff_x, int type) in wlc_lcnphy_calc_floor() argument980 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()3428 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument3435 wlc_lcnphy_set_tx_iqcc(pi, coeff_x, coeff_y); in wlc_lcnphy_set_cc()3438 di0dq0 = (coeff_x & 0xff) << 8 | (coeff_y & 0xff); in wlc_lcnphy_set_cc()[all …]