Searched refs:POWER_BOUND (Results 1 – 1 of 1) sorted by relevance
3168 #define POWER_BOUND 0x27 macro3185 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3290()3186 rt2x00_set_field8(&rfcsr, RFCSR49_TX, POWER_BOUND); in rt2800_config_channel_rf3290()3222 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3322()3223 rt2800_rfcsr_write(rt2x00dev, 47, POWER_BOUND); in rt2800_config_channel_rf3322()3227 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf3322()3228 rt2800_rfcsr_write(rt2x00dev, 48, POWER_BOUND); in rt2800_config_channel_rf3322()3271 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf53xx()3272 rt2x00_set_field8(&rfcsr, RFCSR49_TX, POWER_BOUND); in rt2800_config_channel_rf53xx()3279 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf53xx()[all …]