Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt76/mt7603/
Dmcu.c391 u8 tssi; in mt7603_mcu_set_tx_power() member
402 .tssi = EEP_VAL(MT_EE_NIC_CONF_1 + 1), in mt7603_mcu_set_tx_power()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c2210 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1) in wlc_lcnphy_tssi2dbm() argument
2214 a = 32768 + (a1 * tssi); in wlc_lcnphy_tssi2dbm()
2215 b = (1024 * b0) + (64 * b1 * tssi); in wlc_lcnphy_tssi2dbm()
3013 s32 tssi, pwr, mintargetpwr; in wlc_lcnphy_tx_pwr_ctrl_init() local
3057 for (tssi = 0; tssi < 128; tssi++) { in wlc_lcnphy_tx_pwr_ctrl_init()
3058 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); in wlc_lcnphy_tx_pwr_ctrl_init()
4138 s32 tssi, pwr, mintargetpwr; in wlc_lcnphy_periodic_cal() local
4176 for (tssi = 0; tssi < 128; tssi++) { in wlc_lcnphy_periodic_cal()
4177 pwr = wlc_lcnphy_tssi2dbm(tssi, a1, b0, b1); in wlc_lcnphy_periodic_cal()
Dphy_int.h1018 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1);
/drivers/net/wireless/broadcom/b43legacy/
Dphy.c1727 static s8 b43legacy_phy_estimate_power_out(struct b43legacy_wldev *dev, s8 tssi) in b43legacy_phy_estimate_power_out() argument
1734 tmp += tssi; in b43legacy_phy_estimate_power_out()
/drivers/net/wireless/broadcom/b43/
Dphy_g.c2752 static s8 b43_gphy_estimate_power_out(struct b43_wldev *dev, s8 tssi) in b43_gphy_estimate_power_out() argument
2758 tmp = (gphy->tgt_idle_tssi - gphy->cur_idle_tssi + tssi); in b43_gphy_estimate_power_out()