Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dtx.c820 tmp |= cpu_to_le32(SET_CONSTVAL(AR9170_TX_PHY_MCS, phyrate)); in carl9170_tx_physet()
821 tmp |= cpu_to_le32(SET_CONSTVAL(AR9170_TX_PHY_TX_PWR, power)); in carl9170_tx_physet()
822 tmp |= cpu_to_le32(SET_CONSTVAL(AR9170_TX_PHY_TXCHAIN, chains)); in carl9170_tx_physet()
H A Dhw.h875 #define SET_CONSTVAL(reg, newvalue) \ macro