Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c909 u16 rawValue = 0; in _rtl8821ae_phy_store_txpower_by_rate_base() local
913 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()
914 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
917 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()
918 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
921 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()
922 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
925 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()
926 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
929 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 …]