Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dphy_a.c65 static s8 b43_aphy_estimate_power_out(struct b43_wldev *dev, s8 tssi)
72 tmp = (aphy->tgt_idle_tssi - aphy->cur_idle_tssi + tssi);
Dphy_g.c2750 static s8 b43_gphy_estimate_power_out(struct b43_wldev *dev, s8 tssi) in b43_gphy_estimate_power_out() argument
2756 tmp = (gphy->tgt_idle_tssi - gphy->cur_idle_tssi + tssi); in b43_gphy_estimate_power_out()
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c2219 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1) in wlc_lcnphy_tssi2dbm() argument
2223 a = 32768 + (a1 * tssi); in wlc_lcnphy_tssi2dbm()
2224 b = (1024 * b0) + (64 * b1 * tssi); in wlc_lcnphy_tssi2dbm()
3014 s32 tssi, pwr, maxtargetpwr, mintargetpwr; in wlc_lcnphy_tx_pwr_ctrl_init() local
3059 for (tssi = 0; tssi < 128; tssi++) { in wlc_lcnphy_tx_pwr_ctrl_init()
3060 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); in wlc_lcnphy_tx_pwr_ctrl_init()
4159 s32 tssi, pwr, maxtargetpwr, mintargetpwr; in wlc_lcnphy_periodic_cal() local
4204 for (tssi = 0; tssi < 128; tssi++) { in wlc_lcnphy_periodic_cal()
4205 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); in wlc_lcnphy_periodic_cal()
Dphy_int.h1048 extern s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1);
/linux-3.4.99/drivers/net/wireless/b43legacy/
Dphy.c1752 static s8 b43legacy_phy_estimate_power_out(struct b43legacy_wldev *dev, s8 tssi) in b43legacy_phy_estimate_power_out() argument
1759 tmp += tssi; in b43legacy_phy_estimate_power_out()