Lines Matching refs:rawValue
909 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()
930 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
933 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_2TX][11] >> 8) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
934 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
937 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_1TX][2] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
938 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
941 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_1TX][4] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
942 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
945 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_2TX][6] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
946 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
949 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_1TX][8] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
950 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
953 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_2TX][11] >> 8) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base()
954 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()