Searched refs:SET_CONSTVAL (Results 1 – 2 of 2) sorted by relevance
819 tmp |= cpu_to_le32(SET_CONSTVAL(AR9170_TX_PHY_MCS, phyrate)); in carl9170_tx_physet()820 tmp |= cpu_to_le32(SET_CONSTVAL(AR9170_TX_PHY_TX_PWR, power)); in carl9170_tx_physet()821 tmp |= cpu_to_le32(SET_CONSTVAL(AR9170_TX_PHY_TXCHAIN, chains)); in carl9170_tx_physet()
875 #define SET_CONSTVAL(reg, newvalue) \ macro