Lines Matching refs:POWER_BOUND
3298 #define POWER_BOUND 0x27 macro
3315 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3290()
3316 rt2x00_set_field8(&rfcsr, RFCSR49_TX, POWER_BOUND); in rt2800_config_channel_rf3290()
3352 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3322()
3353 rt2800_rfcsr_write(rt2x00dev, 47, POWER_BOUND); in rt2800_config_channel_rf3322()
3357 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf3322()
3358 rt2800_rfcsr_write(rt2x00dev, 48, POWER_BOUND); in rt2800_config_channel_rf3322()
3401 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf53xx()
3402 rt2x00_set_field8(&rfcsr, RFCSR49_TX, POWER_BOUND); in rt2800_config_channel_rf53xx()
3409 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf53xx()
3410 rt2x00_set_field8(&rfcsr, RFCSR50_TX, POWER_BOUND); in rt2800_config_channel_rf53xx()
3570 power_bound = POWER_BOUND; in rt2800_config_channel_rf55xx()