Lines Matching refs:default_power2
2141 (info->default_power2 >= 0)); in rt2800_config_channel_rf2xxx()
2143 if (info->default_power2 < 0) in rt2800_config_channel_rf2xxx()
2144 info->default_power2 += 7; in rt2800_config_channel_rf2xxx()
2146 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_A, info->default_power2); in rt2800_config_channel_rf2xxx()
2149 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_G, info->default_power2); in rt2800_config_channel_rf2xxx()
2197 rt2x00_set_field8(&rfcsr, RFCSR13_TX_POWER, info->default_power2); in rt2800_config_channel_rf3xxx()
2304 info->default_power2); in rt2800_config_channel_rf3052()
2308 (info->default_power2 & 0x3) | in rt2800_config_channel_rf3052()
2309 ((info->default_power2 & 0xC) << 1)); in rt2800_config_channel_rf3052()
2491 info->default_power2 & 0x1f); in rt2800_config_channel_rf3053()
2497 ((info->default_power2 & 0x18) << 1) | in rt2800_config_channel_rf3053()
2498 (info->default_power2 & 7)); in rt2800_config_channel_rf3053()
2778 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf3322()
2781 rt2800_rfcsr_write(rt2x00dev, 48, info->default_power2); in rt2800_config_channel_rf3322()
2829 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf53xx()
2833 info->default_power2); in rt2800_config_channel_rf53xx()
3113 if (info->default_power2 > power_bound) in rt2800_config_channel_rf55xx()
3116 rt2x00_set_field8(&rfcsr, RFCSR50_TX, info->default_power2); in rt2800_config_channel_rf55xx()
3549 info->default_power2 = rt2800_txpower_to_dev(rt2x00dev, rf->channel, in rt2800_config_channel()
3550 info->default_power2); in rt2800_config_channel()
9144 char *default_power2; in rt2800_probe_hw_mode() local
9324 default_power2 = rt2800_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_BG2); in rt2800_probe_hw_mode()
9334 info[i].default_power2 = default_power2[i]; in rt2800_probe_hw_mode()
9342 default_power2 = rt2800_eeprom_addr(rt2x00dev, in rt2800_probe_hw_mode()
9354 info[i].default_power2 = default_power2[i - 14]; in rt2800_probe_hw_mode()