Lines Matching refs:default_power1

2133 				   (info->default_power1 >= 0));  in rt2800_config_channel_rf2xxx()
2135 if (info->default_power1 < 0) in rt2800_config_channel_rf2xxx()
2136 info->default_power1 += 7; in rt2800_config_channel_rf2xxx()
2138 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER_A, info->default_power1); in rt2800_config_channel_rf2xxx()
2148 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER_G, info->default_power1); in rt2800_config_channel_rf2xxx()
2193 rt2x00_set_field8(&rfcsr, RFCSR12_TX_POWER, info->default_power1); in rt2800_config_channel_rf3xxx()
2291 info->default_power1); in rt2800_config_channel_rf3052()
2295 (info->default_power1 & 0x3) | in rt2800_config_channel_rf3052()
2296 ((info->default_power1 & 0xC) << 1)); in rt2800_config_channel_rf3052()
2476 info->default_power1 & 0x1f); in rt2800_config_channel_rf3053()
2482 ((info->default_power1 & 0x18) << 1) | in rt2800_config_channel_rf3053()
2483 (info->default_power1 & 7)); in rt2800_config_channel_rf3053()
2736 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3290()
2739 rt2x00_set_field8(&rfcsr, RFCSR49_TX, info->default_power1); in rt2800_config_channel_rf3290()
2773 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf3322()
2776 rt2800_rfcsr_write(rt2x00dev, 47, info->default_power1); in rt2800_config_channel_rf3322()
2821 if (info->default_power1 > POWER_BOUND) in rt2800_config_channel_rf53xx()
2824 rt2x00_set_field8(&rfcsr, RFCSR49_TX, info->default_power1); in rt2800_config_channel_rf53xx()
3104 if (info->default_power1 > power_bound) in rt2800_config_channel_rf55xx()
3107 rt2x00_set_field8(&rfcsr, RFCSR49_TX, info->default_power1); in rt2800_config_channel_rf55xx()
3547 info->default_power1 = rt2800_txpower_to_dev(rt2x00dev, rf->channel, in rt2800_config_channel()
3548 info->default_power1); in rt2800_config_channel()
9143 char *default_power1; in rt2800_probe_hw_mode() local
9323 default_power1 = rt2800_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_BG1); in rt2800_probe_hw_mode()
9333 info[i].default_power1 = default_power1[i]; in rt2800_probe_hw_mode()
9340 default_power1 = rt2800_eeprom_addr(rt2x00dev, in rt2800_probe_hw_mode()
9353 info[i].default_power1 = default_power1[i - 14]; in rt2800_probe_hw_mode()