Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c1408 u8 *max_pwr, int txp_rate_idx) in wlc_phy_txpower_sromlimit() argument
1416 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()
1417 txp_rate_idx = TXP_FIRST_CCK; in wlc_phy_txpower_sromlimit()
1419 (u8) txp_rate_idx); in wlc_phy_txpower_sromlimit()
1422 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()
1423 txp_rate_idx = TXP_FIRST_CCK; in wlc_phy_txpower_sromlimit()
1424 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit()
1429 if (txp_rate_idx < 0) in wlc_phy_txpower_sromlimit()
1430 txp_rate_idx = TXP_FIRST_OFDM; in wlc_phy_txpower_sromlimit()
1443 pi->tx_srom_max_rate_5g_mid[txp_rate_idx]; in wlc_phy_txpower_sromlimit()
[all …]
Dphy_n.c28569 u8 txp_rate_idx) in wlc_phy_txpower_sromlimit_get_nphy() argument
28576 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
28579 *max_pwr = pi->tx_srom_max_rate_5g_mid[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
28582 *max_pwr = pi->tx_srom_max_rate_5g_low[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
28585 *max_pwr = pi->tx_srom_max_rate_5g_hi[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()
28588 *max_pwr = pi->tx_srom_max_rate_2g[txp_rate_idx]; in wlc_phy_txpower_sromlimit_get_nphy()