Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy.h910 static inline s8 rtw89_phy_txpwr_rf_to_bb(struct rtw89_dev *rtwdev, s8 txpwr_rf) in rtw89_phy_txpwr_rf_to_bb() argument
914 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() argument
928 return txpwr_rf >> (chip->txpwr_factor_rf - chip->txpwr_factor_mac); in rtw89_phy_txpwr_rf_to_mac()