Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dtx.c709 unsigned int *phyrate, unsigned int *tpc, unsigned int *chains) in carl9170_tx_rate_tpc_chains() argument
717 *phyrate = 0; in carl9170_tx_rate_tpc_chains()
735 *phyrate = txrate->idx; in carl9170_tx_rate_tpc_chains()
750 *phyrate = rate->hw_value & 0xf; in carl9170_tx_rate_tpc_chains()
769 unsigned int power = 0, chains = 0, phyrate = 0; in carl9170_tx_physet() local
786 SET_VAL(AR9170_TX_PHY_MCS, phyrate, txrate->idx); in carl9170_tx_physet()
818 &phyrate, &power, &chains); in carl9170_tx_physet()
820 tmp |= cpu_to_le32(SET_CONSTVAL(AR9170_TX_PHY_MCS, phyrate)); in carl9170_tx_physet()