Home
last modified time | relevance | path

Searched refs:POWER_BOUND (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c3240 #define POWER_BOUND 0x27 macro
3257 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3290()
3258 rt2x00_set_field8(&rfcsr, RFCSR49_TX, POWER_BOUND); in rt2800_config_channel_rf3290()
3294 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3322()
3295 rt2800_rfcsr_write(rt2x00dev, 47, POWER_BOUND); in rt2800_config_channel_rf3322()
3299 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf3322()
3300 rt2800_rfcsr_write(rt2x00dev, 48, POWER_BOUND); in rt2800_config_channel_rf3322()
3343 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf53xx()
3344 rt2x00_set_field8(&rfcsr, RFCSR49_TX, POWER_BOUND); in rt2800_config_channel_rf53xx()
3351 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf53xx()
[all …]