Searched refs:default_power2 (Results 1 – 2 of 2) sorted by relevance
2380 (info->default_power2 >= 0)); in rt2800_config_channel_rf2xxx()2382 if (info->default_power2 < 0) in rt2800_config_channel_rf2xxx()2383 info->default_power2 += 7; in rt2800_config_channel_rf2xxx()2385 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_A, info->default_power2); in rt2800_config_channel_rf2xxx()2388 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_G, info->default_power2); in rt2800_config_channel_rf2xxx()2436 rt2x00_set_field8(&rfcsr, RFCSR13_TX_POWER, info->default_power2); in rt2800_config_channel_rf3xxx()2543 info->default_power2); in rt2800_config_channel_rf3052()2547 (info->default_power2 & 0x3) | in rt2800_config_channel_rf3052()2548 ((info->default_power2 & 0xC) << 1)); in rt2800_config_channel_rf3052()2732 info->default_power2 & 0x1f); in rt2800_config_channel_rf3053()[all …]
193 short default_power2; member