Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c2822 info->default_power3 & 0x1f); in rt2800_config_channel_rf3053()
2828 ((info->default_power3 & 0x18) << 1) | in rt2800_config_channel_rf3053()
2829 (info->default_power3 & 7)); in rt2800_config_channel_rf3053()
3193 pwr3 = info->default_power3 & 0x1f; in rt2800_config_channel_rf3853()
3199 pwr3 = 0x48 | ((info->default_power3 & 0x18) << 1) | in rt2800_config_channel_rf3853()
3200 (info->default_power3 & 0x7); in rt2800_config_channel_rf3853()
3216 bbp |= (info->default_power3 & 0xe0) >> 1; in rt2800_config_channel_rf3853()
4124 info->default_power3 = in rt2800_config_channel()
4126 info->default_power3); in rt2800_config_channel()
11576 s8 *default_power3; in rt2800_probe_hw_mode() local
[all …]
H A Drt2x00.h203 short default_power3; member