Lines Matching refs:MAX_POWER_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()
2769 if (txpower > MAX_POWER_INDEX) in _rtl8821ae_get_txpower_index()
2770 txpower = MAX_POWER_INDEX; in _rtl8821ae_get_txpower_index()