Home
last modified time | relevance | path

Searched refs:default_power2 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/wireless/rt2x00/
Drt2800lib.c1611 (info->default_power2 >= 0)); in rt2800_config_channel_rf2xxx()
1613 if (info->default_power2 < 0) in rt2800_config_channel_rf2xxx()
1614 info->default_power2 += 7; in rt2800_config_channel_rf2xxx()
1616 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_A, info->default_power2); in rt2800_config_channel_rf2xxx()
1619 rt2x00_set_field32(&rf->rf4, RF4_TXPOWER_G, info->default_power2); in rt2800_config_channel_rf2xxx()
1667 rt2x00_set_field8(&rfcsr, RFCSR13_TX_POWER, info->default_power2); in rt2800_config_channel_rf3xxx()
1800 info->default_power2); in rt2800_config_channel_rf3052()
1804 (info->default_power2 & 0x3) | in rt2800_config_channel_rf3052()
1805 ((info->default_power2 & 0xC) << 1)); in rt2800_config_channel_rf3052()
2026 info->default_power2 = TXPOWER_G_TO_DEV(info->default_power2); in rt2800_config_channel()
[all …]
Drt2x00.h223 short default_power2; member