Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.h984 static inline s16 rtw89_phy_txpwr_mac_to_rf(struct rtw89_dev *rtwdev, s8 txpwr_mac) in rtw89_phy_txpwr_mac_to_rf() argument
988 return txpwr_mac << (chip->txpwr_factor_rf - chip->txpwr_factor_mac); in rtw89_phy_txpwr_mac_to_rf()
991 static inline s16 rtw89_phy_txpwr_mac_to_bb(struct rtw89_dev *rtwdev, s8 txpwr_mac) in rtw89_phy_txpwr_mac_to_bb() argument
995 return txpwr_mac << (chip->txpwr_factor_bb - chip->txpwr_factor_mac); in rtw89_phy_txpwr_mac_to_bb()