Home
last modified time | relevance | path

Searched refs:txp_rate_idx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c1218 u8 *max_pwr, int txp_rate_idx) in wlc_phy_txpower_sromlimit() argument
1226 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()
1227 txp_rate_idx = TXP_FIRST_CCK; in wlc_phy_txpower_sromlimit()
1229 (u8) txp_rate_idx); in wlc_phy_txpower_sromlimit()
1232 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()
1233 txp_rate_idx = TXP_FIRST_CCK; in wlc_phy_txpower_sromlimit()
1234 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit()
1239 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()
1240 txp_rate_idx = TXP_FIRST_OFDM; in wlc_phy_txpower_sromlimit()
1253 pi->tx_srom_max_rate_5g_mid[txp_rate_idx]; in wlc_phy_txpower_sromlimit()
[all …]
H A Dphy_n.c28519 u8 txp_rate_idx) in wlc_phy_txpower_sromlimit_get_nphy() argument
28526 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
28529 *max_pwr = pi->tx_srom_max_rate_5g_mid[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
28532 *max_pwr = pi->tx_srom_max_rate_5g_low[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
28535 *max_pwr = pi->tx_srom_max_rate_5g_hi[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
28538 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()