Lines Matching refs:default_power2
2455 (info->default_power2 >= 0)); in rt2800_config_channel_rf2xxx()
2457 if (info->default_power2 < 0) in rt2800_config_channel_rf2xxx()
2458 info->default_power2 += 7; in rt2800_config_channel_rf2xxx()
2460 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_A, info->default_power2); in rt2800_config_channel_rf2xxx()
2463 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_G, info->default_power2); in rt2800_config_channel_rf2xxx()
2511 rt2x00_set_field8(&rfcsr, RFCSR13_TX_POWER, info->default_power2); in rt2800_config_channel_rf3xxx()
2618 info->default_power2); in rt2800_config_channel_rf3052()
2622 (info->default_power2 & 0x3) | in rt2800_config_channel_rf3052()
2623 ((info->default_power2 & 0xC) << 1)); in rt2800_config_channel_rf3052()
2807 info->default_power2 & 0x1f); in rt2800_config_channel_rf3053()
2813 ((info->default_power2 & 0x18) << 1) | in rt2800_config_channel_rf3053()
2814 (info->default_power2 & 7)); in rt2800_config_channel_rf3053()
3192 pwr2 = info->default_power2 & 0x1f; in rt2800_config_channel_rf3853()
3197 pwr2 = 0x48 | ((info->default_power2 & 0x18) << 1) | in rt2800_config_channel_rf3853()
3198 (info->default_power2 & 0x7); in rt2800_config_channel_rf3853()
3211 ((info->default_power2 & 0xe0) >> 1); in rt2800_config_channel_rf3853()
3299 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf3322()
3302 rt2800_rfcsr_write(rt2x00dev, 48, info->default_power2); in rt2800_config_channel_rf3322()
3351 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf53xx()
3355 info->default_power2); in rt2800_config_channel_rf53xx()
3631 if (info->default_power2 > power_bound) in rt2800_config_channel_rf55xx()
3634 rt2x00_set_field8(&rfcsr, RFCSR50_TX, info->default_power2); in rt2800_config_channel_rf55xx()
4098 info->default_power2 = rt2800_txpower_to_dev(rt2x00dev, rf->channel, in rt2800_config_channel()
4099 info->default_power2); in rt2800_config_channel()
11554 s8 *default_power2; in rt2800_probe_hw_mode() local
11747 default_power2 = rt2800_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_BG2); in rt2800_probe_hw_mode()
11757 info[i].default_power2 = default_power2[i]; in rt2800_probe_hw_mode()
11765 default_power2 = rt2800_eeprom_addr(rt2x00dev, in rt2800_probe_hw_mode()
11777 info[i].default_power2 = default_power2[i - 14]; in rt2800_probe_hw_mode()