Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c3445 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument
3452 wlc_lcnphy_set_tx_iqcc(pi, coeff_x, coeff_y); in wlc_lcnphy_set_cc()
3455 di0dq0 = (coeff_x & 0xff) << 8 | (coeff_y & 0xff); in wlc_lcnphy_set_cc()
3465 k = wlc_lcnphy_calc_floor(coeff_y, 0); in wlc_lcnphy_set_cc()
3467 k = wlc_lcnphy_calc_floor(coeff_y, 1); in wlc_lcnphy_set_cc()
3479 k = wlc_lcnphy_calc_floor(coeff_y, 0); in wlc_lcnphy_set_cc()
3481 k = wlc_lcnphy_calc_floor(coeff_y, 1); in wlc_lcnphy_set_cc()