Lines Matching refs:default_power2
2513 (info->default_power2 >= 0)); in rt2800_config_channel_rf2xxx()
2515 if (info->default_power2 < 0) in rt2800_config_channel_rf2xxx()
2516 info->default_power2 += 7; in rt2800_config_channel_rf2xxx()
2518 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_A, info->default_power2); in rt2800_config_channel_rf2xxx()
2521 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_G, info->default_power2); in rt2800_config_channel_rf2xxx()
2569 rt2x00_set_field8(&rfcsr, RFCSR13_TX_POWER, info->default_power2); in rt2800_config_channel_rf3xxx()
2676 info->default_power2); in rt2800_config_channel_rf3052()
2680 (info->default_power2 & 0x3) | in rt2800_config_channel_rf3052()
2681 ((info->default_power2 & 0xC) << 1)); in rt2800_config_channel_rf3052()
2865 info->default_power2 & 0x1f); in rt2800_config_channel_rf3053()
2871 ((info->default_power2 & 0x18) << 1) | in rt2800_config_channel_rf3053()
2872 (info->default_power2 & 7)); in rt2800_config_channel_rf3053()
3250 pwr2 = info->default_power2 & 0x1f; in rt2800_config_channel_rf3853()
3255 pwr2 = 0x48 | ((info->default_power2 & 0x18) << 1) | in rt2800_config_channel_rf3853()
3256 (info->default_power2 & 0x7); in rt2800_config_channel_rf3853()
3269 ((info->default_power2 & 0xe0) >> 1); in rt2800_config_channel_rf3853()
3357 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf3322()
3360 rt2800_rfcsr_write(rt2x00dev, 48, info->default_power2); in rt2800_config_channel_rf3322()
3409 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf53xx()
3413 info->default_power2); in rt2800_config_channel_rf53xx()
3689 if (info->default_power2 > power_bound) in rt2800_config_channel_rf55xx()
3692 rt2x00_set_field8(&rfcsr, RFCSR50_TX, info->default_power2); in rt2800_config_channel_rf55xx()
4171 info->default_power2 = rt2800_txpower_to_dev(rt2x00dev, rf->channel, in rt2800_config_channel()
4172 info->default_power2); in rt2800_config_channel()
11699 s8 *default_power2; in rt2800_probe_hw_mode() local
11892 default_power2 = rt2800_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_BG2); in rt2800_probe_hw_mode()
11902 info[i].default_power2 = default_power2[i]; in rt2800_probe_hw_mode()
11910 default_power2 = rt2800_eeprom_addr(rt2x00dev, in rt2800_probe_hw_mode()
11922 info[i].default_power2 = default_power2[i - 14]; in rt2800_probe_hw_mode()