Searched refs:default_power3 (Results 1 – 2 of 2) sorted by relevance
2750 info->default_power3 & 0x1f); in rt2800_config_channel_rf3053()2756 ((info->default_power3 & 0x18) << 1) | in rt2800_config_channel_rf3053()2757 (info->default_power3 & 7)); in rt2800_config_channel_rf3053()3121 pwr3 = info->default_power3 & 0x1f; in rt2800_config_channel_rf3853()3127 pwr3 = 0x48 | ((info->default_power3 & 0x18) << 1) | in rt2800_config_channel_rf3853()3128 (info->default_power3 & 0x7); in rt2800_config_channel_rf3853()3144 bbp |= (info->default_power3 & 0xe0) >> 1; in rt2800_config_channel_rf3853()4030 info->default_power3 = in rt2800_config_channel()4032 info->default_power3); in rt2800_config_channel()9945 char *default_power3; in rt2800_probe_hw_mode() local[all …]
194 short default_power3; member