Lines Matching refs:MAX_POWER_INDEX
1132 if (temp_pwrlmt == MAX_POWER_INDEX) { in _rtl8812ae_phy_cross_reference_ht_and_vht_txpower_limit()
1340 if (temp_pwrlmt != MAX_POWER_INDEX) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1404 if (temp_pwrlmt != MAX_POWER_INDEX) { in _rtl8812ae_phy_convert_txpower_limit_to_power_index()
1443 = MAX_POWER_INDEX; in _rtl8821ae_phy_init_txpower_limit()
1452 = MAX_POWER_INDEX; in _rtl8821ae_phy_init_txpower_limit()
1641 power_limit = power_limit > MAX_POWER_INDEX ? in _rtl8812ae_phy_set_txpower_limit()
1642 MAX_POWER_INDEX : power_limit; in _rtl8812ae_phy_set_txpower_limit()
2317 s8 power_limit = MAX_POWER_INDEX; in _rtl8812ae_phy_get_txpower_limit()
2320 return MAX_POWER_INDEX; in _rtl8812ae_phy_get_txpower_limit()
2435 return MAX_POWER_INDEX; in _rtl8812ae_phy_get_txpower_limit()
2706 if (txpower > MAX_POWER_INDEX) in _rtl8821ae_get_txpower_index()
2707 txpower = MAX_POWER_INDEX; in _rtl8821ae_get_txpower_index()