Lines Matching refs:POWER_BOUND
2551 #define POWER_BOUND 0x27 macro
2568 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3290()
2569 rt2x00_set_field8(&rfcsr, RFCSR49_TX, POWER_BOUND); in rt2800_config_channel_rf3290()
2605 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3322()
2606 rt2800_rfcsr_write(rt2x00dev, 47, POWER_BOUND); in rt2800_config_channel_rf3322()
2610 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf3322()
2611 rt2800_rfcsr_write(rt2x00dev, 48, POWER_BOUND); in rt2800_config_channel_rf3322()
2653 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf53xx()
2654 rt2x00_set_field8(&rfcsr, RFCSR49_TX, POWER_BOUND); in rt2800_config_channel_rf53xx()
2661 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf53xx()
2662 rt2x00_set_field8(&rfcsr, RFCSR50_TX, POWER_BOUND); in rt2800_config_channel_rf53xx()
2818 power_bound = POWER_BOUND; in rt2800_config_channel_rf55xx()