Searched refs:default_power3 (Results 1 – 2 of 2) sorted by relevance
2822 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 …]
203 short default_power3; member