Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c540 pi->tx_user_target[i] = BRCMS_TXPWR_MAX; in wlc_phy_attach()
1306 *qdbm = pi->tx_user_target[0]; in wlc_phy_txpower_get()
1318 memcpy(&pi->tx_user_target[TXP_FIRST_CCK], in wlc_phy_txpower_target_set()
1321 memcpy(&pi->tx_user_target[TXP_FIRST_OFDM], in wlc_phy_txpower_target_set()
1323 memcpy(&pi->tx_user_target[TXP_FIRST_OFDM_20_CDD], in wlc_phy_txpower_target_set()
1326 memcpy(&pi->tx_user_target[TXP_FIRST_OFDM_40_SISO], in wlc_phy_txpower_target_set()
1328 memcpy(&pi->tx_user_target[TXP_FIRST_OFDM_40_CDD], in wlc_phy_txpower_target_set()
1331 memcpy(&pi->tx_user_target[TXP_FIRST_MCS_20_SISO], in wlc_phy_txpower_target_set()
1333 memcpy(&pi->tx_user_target[TXP_FIRST_MCS_20_CDD], in wlc_phy_txpower_target_set()
1335 memcpy(&pi->tx_user_target[TXP_FIRST_MCS_20_STBC], in wlc_phy_txpower_target_set()
[all …]
H A Dphy_int.h582 u8 tx_user_target[TXP_NUM_RATES]; member