Searched refs:coeff_x (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c975 static int wlc_lcnphy_calc_floor(s16 coeff_x, int type) argument
980 if (coeff_x < 0)
981 k = (coeff_x - 1) / 2;
983 k = coeff_x / 2;
987 if ((coeff_x + 1) < 0)
988 k = (coeff_x) / 2;
990 k = (coeff_x + 1) / 2;
3428 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) argument
3435 wlc_lcnphy_set_tx_iqcc(pi, coeff_x, coeff_y);
3438 di0dq0 = (coeff_x
[all...]

Completed in 188 milliseconds