Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_lcn.c1020 s16 coeff_y);
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()
3958 di0dq0 = (coeff_x & 0xff) << 8 | (coeff_y & 0xff); in wlc_lcnphy_set_cc()
3968 k = wlc_lcnphy_calc_floor(coeff_y, 0); in wlc_lcnphy_set_cc()
3970 k = wlc_lcnphy_calc_floor(coeff_y, 1); in wlc_lcnphy_set_cc()
3982 k = wlc_lcnphy_calc_floor(coeff_y, 0); in wlc_lcnphy_set_cc()
3984 k = wlc_lcnphy_calc_floor(coeff_y, 1); in wlc_lcnphy_set_cc()