Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1080 u16 rawValue = 0; in _rtl8821ae_phy_store_txpower_by_rate_base() local
1084 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_1TX][0] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
1085 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
1088 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_1TX][2] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
1089 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
1092 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_1TX][4] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
1093 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
1096 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_2TX][6] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
1097 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
1100 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_1TX][8] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
[all …]