Searched refs:txpwr_mac (Results 1 – 1 of 1) sorted by relevance
1125 static inline s16 rtw89_phy_txpwr_mac_to_rf(struct rtw89_dev *rtwdev, s8 txpwr_mac) in rtw89_phy_txpwr_mac_to_rf() argument1129 return txpwr_mac << (chip->txpwr_factor_rf - chip->txpwr_factor_mac); in rtw89_phy_txpwr_mac_to_rf()1132 static inline s16 rtw89_phy_txpwr_mac_to_bb(struct rtw89_dev *rtwdev, s8 txpwr_mac) in rtw89_phy_txpwr_mac_to_bb() argument1136 return txpwr_mac << (chip->txpwr_factor_bb - chip->txpwr_factor_mac); in rtw89_phy_txpwr_mac_to_bb()