Lines Matching refs:rawValue

1080 	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()
1101 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
1104 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()
1105 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
1108 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()
1109 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
1112 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()
1113 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
1116 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()
1117 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
1120 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()
1121 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()
1124 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()
1125 base = (rawValue >> 4) * 10 + (rawValue & 0xF); in _rtl8821ae_phy_store_txpower_by_rate_base()