Home
last modified time | relevance | path

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

/drivers/net/wireless/ralink/rt2x00/
Drt2800lib.c2747 info->default_power3 & 0x1f); in rt2800_config_channel_rf3053()
2753 ((info->default_power3 & 0x18) << 1) | in rt2800_config_channel_rf3053()
2754 (info->default_power3 & 7)); in rt2800_config_channel_rf3053()
3118 pwr3 = info->default_power3 & 0x1f; in rt2800_config_channel_rf3853()
3124 pwr3 = 0x48 | ((info->default_power3 & 0x18) << 1) | in rt2800_config_channel_rf3853()
3125 (info->default_power3 & 0x7); in rt2800_config_channel_rf3853()
3141 bbp |= (info->default_power3 & 0xe0) >> 1; in rt2800_config_channel_rf3853()
4027 info->default_power3 = in rt2800_config_channel()
4029 info->default_power3); in rt2800_config_channel()
9965 char *default_power3; in rt2800_probe_hw_mode() local
[all …]
Drt2x00.h194 short default_power3; member