Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c3487 wlc_lcnphy_set_cc(struct brcms_phy *pi, int cal_type, s16 coeff_x, s16 coeff_y) in wlc_lcnphy_set_cc() argument
3494 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()
3507 k = wlc_lcnphy_calc_floor(coeff_y, 0); in wlc_lcnphy_set_cc()
3509 k = wlc_lcnphy_calc_floor(coeff_y, 1); in wlc_lcnphy_set_cc()
3521 k = wlc_lcnphy_calc_floor(coeff_y, 0); in wlc_lcnphy_set_cc()
3523 k = wlc_lcnphy_calc_floor(coeff_y, 1); in wlc_lcnphy_set_cc()