Lines Matching refs:default_power1

2505 				   (info->default_power1 >= 0));  in rt2800_config_channel_rf2xxx()
2507 if (info->default_power1 < 0) in rt2800_config_channel_rf2xxx()
2508 info->default_power1 += 7; in rt2800_config_channel_rf2xxx()
2510 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER_A, info->default_power1); in rt2800_config_channel_rf2xxx()
2520 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER_G, info->default_power1); in rt2800_config_channel_rf2xxx()
2565 rt2x00_set_field8(&rfcsr, RFCSR12_TX_POWER, info->default_power1); in rt2800_config_channel_rf3xxx()
2663 info->default_power1); in rt2800_config_channel_rf3052()
2667 (info->default_power1 & 0x3) | in rt2800_config_channel_rf3052()
2668 ((info->default_power1 & 0xC) << 1)); in rt2800_config_channel_rf3052()
2850 info->default_power1 & 0x1f); in rt2800_config_channel_rf3053()
2856 ((info->default_power1 & 0x18) << 1) | in rt2800_config_channel_rf3053()
2857 (info->default_power1 & 7)); in rt2800_config_channel_rf3053()
3249 pwr1 = info->default_power1 & 0x1f; in rt2800_config_channel_rf3853()
3253 pwr1 = 0x48 | ((info->default_power1 & 0x18) << 1) | in rt2800_config_channel_rf3853()
3254 (info->default_power1 & 0x7); in rt2800_config_channel_rf3853()
3268 bbp = (info->default_power1 >> 5) | in rt2800_config_channel_rf3853()
3315 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3290()
3318 rt2x00_set_field8(&rfcsr, RFCSR49_TX, info->default_power1); in rt2800_config_channel_rf3290()
3352 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3322()
3355 rt2800_rfcsr_write(rt2x00dev, 47, info->default_power1); in rt2800_config_channel_rf3322()
3401 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf53xx()
3404 rt2x00_set_field8(&rfcsr, RFCSR49_TX, info->default_power1); in rt2800_config_channel_rf53xx()
3680 if (info->default_power1 > power_bound) in rt2800_config_channel_rf55xx()
3683 rt2x00_set_field8(&rfcsr, RFCSR49_TX, info->default_power1); in rt2800_config_channel_rf55xx()
4169 info->default_power1 = rt2800_txpower_to_dev(rt2x00dev, rf->channel, in rt2800_config_channel()
4170 info->default_power1); in rt2800_config_channel()
11698 s8 *default_power1; in rt2800_probe_hw_mode() local
11891 default_power1 = rt2800_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_BG1); in rt2800_probe_hw_mode()
11901 info[i].default_power1 = default_power1[i]; in rt2800_probe_hw_mode()
11908 default_power1 = rt2800_eeprom_addr(rt2x00dev, in rt2800_probe_hw_mode()
11921 info[i].default_power1 = default_power1[i - 14]; in rt2800_probe_hw_mode()