Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A 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()
H A Dphy_int.h1014 s32 wlc_lcnphy_tssi2dbm(s32 tssi, s32 a1, s32 b0, s32 b1);
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c3464 struct rtw89_c2h_rf_tssi_rpt_log *tssi; in rtw89_phy_c2h_rfk_rpt_log() local
3659 if (len != sizeof(*tssi)) in rtw89_phy_c2h_rfk_rpt_log()
3662 tssi = content; in rtw89_phy_c2h_rfk_rpt_log()
3668 i, j, k, tssi->alignment_power_cw_h[i][j][k]); in rtw89_phy_c2h_rfk_rpt_log()
3671 i, j, k, tssi->alignment_power_cw_l[i][j][k]); in rtw89_phy_c2h_rfk_rpt_log()
3674 i, j, k, tssi->alignment_power[i][j][k]); in rtw89_phy_c2h_rfk_rpt_log()
3678 (tssi->alignment_power_cw_h[i][j][k] << 8) + in rtw89_phy_c2h_rfk_rpt_log()
3679 tssi->alignment_power_cw_l[i][j][k]); in rtw89_phy_c2h_rfk_rpt_log()
3684 i, j, tssi->tssi_alimk_state[i][j]); in rtw89_phy_c2h_rfk_rpt_log()
3687 j, tssi->default_txagc_offset[0][j]); in rtw89_phy_c2h_rfk_rpt_log()
[all …]
/linux/drivers/net/wireless/broadcom/b43legacy/
H A 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()
/linux/drivers/net/wireless/broadcom/b43/
H A 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()