Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c2281 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1) in wlc_lcnphy_tssi2dbm() argument
2285 a = 32768 + (a1 * tssi); in wlc_lcnphy_tssi2dbm()
2286 b = (1024 * b0) + (64 * b1 * tssi); in wlc_lcnphy_tssi2dbm()
3085 s32 tssi, pwr, maxtargetpwr, mintargetpwr; in wlc_lcnphy_tx_pwr_ctrl_init() local
3130 for (tssi = 0; tssi < 128; tssi++) { in wlc_lcnphy_tx_pwr_ctrl_init()
3131 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); in wlc_lcnphy_tx_pwr_ctrl_init()
4215 s32 tssi, pwr, maxtargetpwr, mintargetpwr; in wlc_lcnphy_periodic_cal() local
4260 for (tssi = 0; tssi < 128; tssi++) { in wlc_lcnphy_periodic_cal()
4261 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); in wlc_lcnphy_periodic_cal()
Dphy_int.h1036 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1);
/Linux-v4.19/drivers/net/wireless/broadcom/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()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dphy_g.c2765 static s8 b43_gphy_estimate_power_out(struct b43_wldev *dev, s8 tssi) in b43_gphy_estimate_power_out() argument
2771 tmp = (gphy->tgt_idle_tssi - gphy->cur_idle_tssi + tssi); in b43_gphy_estimate_power_out()