Searched refs:txpwr_rf (Results 1 – 1 of 1) sorted by relevance
910 static inline s8 rtw89_phy_txpwr_rf_to_bb(struct rtw89_dev *rtwdev, s8 txpwr_rf) in rtw89_phy_txpwr_rf_to_bb() argument914 return txpwr_rf << (chip->txpwr_factor_bb - chip->txpwr_factor_rf); in rtw89_phy_txpwr_rf_to_bb()924 static inline s8 rtw89_phy_txpwr_rf_to_mac(struct rtw89_dev *rtwdev, s8 txpwr_rf) in rtw89_phy_txpwr_rf_to_mac() argument928 return txpwr_rf >> (chip->txpwr_factor_rf - chip->txpwr_factor_mac); in rtw89_phy_txpwr_rf_to_mac()