Searched refs:coeff_x (Results 1 – 1 of 1) sorted by relevance
1030 static int wlc_lcnphy_calc_floor(s16 coeff_x, int type) in wlc_lcnphy_calc_floor() argument1035 if (coeff_x < 0) in wlc_lcnphy_calc_floor()1036 k = (coeff_x - 1) / 2; in wlc_lcnphy_calc_floor()1038 k = coeff_x / 2; in wlc_lcnphy_calc_floor()1042 if ((coeff_x + 1) < 0) in wlc_lcnphy_calc_floor()1043 k = (coeff_x) / 2; in wlc_lcnphy_calc_floor()1045 k = (coeff_x + 1) / 2; in wlc_lcnphy_calc_floor()3487 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument3494 wlc_lcnphy_set_tx_iqcc(pi, coeff_x, coeff_y); in wlc_lcnphy_set_cc()3497 di0dq0 = (coeff_x & 0xff) << 8 | (coeff_y & 0xff); in wlc_lcnphy_set_cc()[all …]