Lines Matching refs:default_power2

1975 				   (info->default_power2 >= 0));  in rt2800_config_channel_rf2xxx()
1977 if (info->default_power2 < 0) in rt2800_config_channel_rf2xxx()
1978 info->default_power2 += 7; in rt2800_config_channel_rf2xxx()
1980 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_A, info->default_power2); in rt2800_config_channel_rf2xxx()
1983 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_G, info->default_power2); in rt2800_config_channel_rf2xxx()
2031 rt2x00_set_field8(&rfcsr, RFCSR13_TX_POWER, info->default_power2); in rt2800_config_channel_rf3xxx()
2136 info->default_power2); in rt2800_config_channel_rf3052()
2140 (info->default_power2 & 0x3) | in rt2800_config_channel_rf3052()
2141 ((info->default_power2 & 0xC) << 1)); in rt2800_config_channel_rf3052()
2323 info->default_power2 & 0x1f); in rt2800_config_channel_rf3053()
2329 ((info->default_power2 & 0x18) << 1) | in rt2800_config_channel_rf3053()
2330 (info->default_power2 & 7)); in rt2800_config_channel_rf3053()
2610 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf3322()
2613 rt2800_rfcsr_write(rt2x00dev, 48, info->default_power2); in rt2800_config_channel_rf3322()
2661 if (info->default_power2 > POWER_BOUND) in rt2800_config_channel_rf53xx()
2665 info->default_power2); in rt2800_config_channel_rf53xx()
2937 if (info->default_power2 > power_bound) in rt2800_config_channel_rf55xx()
2940 rt2x00_set_field8(&rfcsr, RFCSR50_TX, info->default_power2); in rt2800_config_channel_rf55xx()
3136 info->default_power2 = rt2800_txpower_to_dev(rt2x00dev, rf->channel, in rt2800_config_channel()
3137 info->default_power2); in rt2800_config_channel()
7464 char *default_power2; in rt2800_probe_hw_mode() local
7622 default_power2 = rt2800_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_BG2); in rt2800_probe_hw_mode()
7632 info[i].default_power2 = default_power2[i]; in rt2800_probe_hw_mode()
7640 default_power2 = rt2800_eeprom_addr(rt2x00dev, in rt2800_probe_hw_mode()
7652 info[i].default_power2 = default_power2[i - 14]; in rt2800_probe_hw_mode()