Lines Matching refs:default_power2

2383 				   (info->default_power2 >= 0));  in rt2800_config_channel_rf2xxx()
2385 if (info->default_power2 < 0) in rt2800_config_channel_rf2xxx()
2386 info->default_power2 += 7; in rt2800_config_channel_rf2xxx()
2388 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_A, info->default_power2); in rt2800_config_channel_rf2xxx()
2391 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_G, info->default_power2); in rt2800_config_channel_rf2xxx()
2439 rt2x00_set_field8(&rfcsr, RFCSR13_TX_POWER, info->default_power2); in rt2800_config_channel_rf3xxx()
2546 info->default_power2); in rt2800_config_channel_rf3052()
2550 (info->default_power2 & 0x3) | in rt2800_config_channel_rf3052()
2551 ((info->default_power2 & 0xC) << 1)); in rt2800_config_channel_rf3052()
2735 info->default_power2 & 0x1f); in rt2800_config_channel_rf3053()
2741 ((info->default_power2 & 0x18) << 1) | in rt2800_config_channel_rf3053()
2742 (info->default_power2 & 7)); in rt2800_config_channel_rf3053()
3120 pwr2 = info->default_power2 & 0x1f; in rt2800_config_channel_rf3853()
3125 pwr2 = 0x48 | ((info->default_power2 & 0x18) << 1) | in rt2800_config_channel_rf3853()
3126 (info->default_power2 & 0x7); in rt2800_config_channel_rf3853()
3139 ((info->default_power2 & 0xe0) >> 1); in rt2800_config_channel_rf3853()
3227 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf3322()
3230 rt2800_rfcsr_write(rt2x00dev, 48, info->default_power2); in rt2800_config_channel_rf3322()
3279 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf53xx()
3283 info->default_power2); in rt2800_config_channel_rf53xx()
3559 if (info->default_power2 > power_bound) in rt2800_config_channel_rf55xx()
3562 rt2x00_set_field8(&rfcsr, RFCSR50_TX, info->default_power2); in rt2800_config_channel_rf55xx()
4027 info->default_power2 = rt2800_txpower_to_dev(rt2x00dev, rf->channel, in rt2800_config_channel()
4028 info->default_power2); in rt2800_config_channel()
9944 char *default_power2; in rt2800_probe_hw_mode() local
10131 default_power2 = rt2800_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_BG2); in rt2800_probe_hw_mode()
10141 info[i].default_power2 = default_power2[i]; in rt2800_probe_hw_mode()
10149 default_power2 = rt2800_eeprom_addr(rt2x00dev, in rt2800_probe_hw_mode()
10161 info[i].default_power2 = default_power2[i - 14]; in rt2800_probe_hw_mode()