Searched refs:MAX_POWER_INDEX (Results 1 – 6 of 6) sorted by relevance
38 #define MAX_POWER_INDEX 0x3F macro
1061 if (txpower > MAX_POWER_INDEX) in _rtl8723be_get_txpower_index()1062 txpower = MAX_POWER_INDEX; in _rtl8723be_get_txpower_index()
38 #define MAX_POWER_INDEX 0x3f macro
1297 if (tx_power > MAX_POWER_INDEX) in _rtl92ee_get_txpower_index()1298 tx_power = MAX_POWER_INDEX; in _rtl92ee_get_txpower_index()
997 if (temp_pwrlmt == MAX_POWER_INDEX) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()1203 if (temp_pwrlmt != MAX_POWER_INDEX) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()1267 if (temp_pwrlmt != MAX_POWER_INDEX) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()1306 = MAX_POWER_INDEX; in _rtl8821ae_phy_init_txpower_limit()1315 = MAX_POWER_INDEX; in _rtl8821ae_phy_init_txpower_limit()1520 power_limit = power_limit > MAX_POWER_INDEX ? in _rtl8812ae_phy_set_txpower_limit()1521 MAX_POWER_INDEX : power_limit; in _rtl8812ae_phy_set_txpower_limit()2377 char power_limit = MAX_POWER_INDEX; in _rtl8812ae_phy_get_txpower_limit()2380 return MAX_POWER_INDEX; in _rtl8812ae_phy_get_txpower_limit()2494 return MAX_POWER_INDEX; in _rtl8812ae_phy_get_txpower_limit()[all …]