Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_lcn.c1019 static void wlc_lcnphy_set_cc(phy_info_t *pi, int cal_type, s16 coeff_x,
1107 static int wlc_lcnphy_calc_floor(s16 coeff_x, int type) in wlc_lcnphy_calc_floor() argument
1112 if (coeff_x < 0) { in wlc_lcnphy_calc_floor()
1113 k = (coeff_x - 1) / 2; in wlc_lcnphy_calc_floor()
1115 k = coeff_x / 2; in wlc_lcnphy_calc_floor()
1119 if ((coeff_x + 1) < 0) in wlc_lcnphy_calc_floor()
1120 k = (coeff_x) / 2; in wlc_lcnphy_calc_floor()
1122 k = (coeff_x + 1) / 2; in wlc_lcnphy_calc_floor()
3948 wlc_lcnphy_set_cc(phy_info_t *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument
3955 wlc_lcnphy_set_tx_iqcc(pi, coeff_x, coeff_y); in wlc_lcnphy_set_cc()
[all …]