Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c3506 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument
3513 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()
3526 k = wlc_lcnphy_calc_floor(coeff_y, 0); in wlc_lcnphy_set_cc()
3528 k = wlc_lcnphy_calc_floor(coeff_y, 1); in wlc_lcnphy_set_cc()
3540 k = wlc_lcnphy_calc_floor(coeff_y, 0); in wlc_lcnphy_set_cc()
3542 k = wlc_lcnphy_calc_floor(coeff_y, 1); in wlc_lcnphy_set_cc()