Searched refs:coeff_x (Results 1 – 1 of 1) sorted by relevance
1041 static int wlc_lcnphy_calc_floor(s16 coeff_x, int type) in wlc_lcnphy_calc_floor() argument1046 if (coeff_x < 0) in wlc_lcnphy_calc_floor()1047 k = (coeff_x - 1) / 2; in wlc_lcnphy_calc_floor()1049 k = coeff_x / 2; in wlc_lcnphy_calc_floor()1053 if ((coeff_x + 1) < 0) in wlc_lcnphy_calc_floor()1054 k = (coeff_x) / 2; in wlc_lcnphy_calc_floor()1056 k = (coeff_x + 1) / 2; in wlc_lcnphy_calc_floor()3506 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument3513 wlc_lcnphy_set_tx_iqcc(pi, coeff_x, coeff_y); in wlc_lcnphy_set_cc()3516 di0dq0 = (coeff_x & 0xff) << 8 | (coeff_y & 0xff); in wlc_lcnphy_set_cc()[all …]