Searched refs:wlc_lcnphy_calc_floor (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ |
D | wlc_phy_lcn.c | 1014 static int wlc_lcnphy_calc_floor(s16 coeff, int type); 1107 static int wlc_lcnphy_calc_floor(s16 coeff_x, int type) in wlc_lcnphy_calc_floor() function 3962 k = wlc_lcnphy_calc_floor(coeff_x, 0); in wlc_lcnphy_set_cc() 3964 k = wlc_lcnphy_calc_floor(coeff_x, 1); 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() 3976 k = wlc_lcnphy_calc_floor(coeff_x, 0); in wlc_lcnphy_set_cc() 3978 k = wlc_lcnphy_calc_floor(coeff_x, 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()
|