Home
last modified time | relevance | path

Searched refs:default_power1 (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/ralink/rt2x00/
Drt2800lib.c1968 (info->default_power1 >= 0)); in rt2800_config_channel_rf2xxx()
1970 if (info->default_power1 < 0) in rt2800_config_channel_rf2xxx()
1971 info->default_power1 += 7; in rt2800_config_channel_rf2xxx()
1973 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER_A, info->default_power1); in rt2800_config_channel_rf2xxx()
1983 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER_G, info->default_power1); in rt2800_config_channel_rf2xxx()
2028 rt2x00_set_field8(&rfcsr, RFCSR12_TX_POWER, info->default_power1); in rt2800_config_channel_rf3xxx()
2124 info->default_power1); in rt2800_config_channel_rf3052()
2128 (info->default_power1 & 0x3) | in rt2800_config_channel_rf3052()
2129 ((info->default_power1 & 0xC) << 1)); in rt2800_config_channel_rf3052()
2309 info->default_power1 & 0x1f); in rt2800_config_channel_rf3053()
[all …]
Drt2x00.h201 short default_power1; member
Drt2500usb.c1758 info[i].default_power1 = TXPOWER_FROM_DEV(tx_power[i]); in rt2500usb_probe_hw_mode()
1764 info[i].default_power1 = DEFAULT_TXPOWER; in rt2500usb_probe_hw_mode()
Drt2500pci.c1928 info[i].default_power1 = TXPOWER_FROM_DEV(tx_power[i]); in rt2500pci_probe_hw_mode()
1934 info[i].default_power1 = DEFAULT_TXPOWER; in rt2500pci_probe_hw_mode()
Drt73usb.c2159 info[i].default_power1 = TXPOWER_FROM_DEV(tx_power[i]); in rt73usb_probe_hw_mode()
2166 info[i].default_power1 = in rt73usb_probe_hw_mode()
Drt61pci.c2817 info[i].default_power1 = TXPOWER_FROM_DEV(tx_power[i]); in rt61pci_probe_hw_mode()
2824 info[i].default_power1 = in rt61pci_probe_hw_mode()
Drt2400pci.c1610 info[i].default_power1 = TXPOWER_FROM_DEV(tx_power[i]); in rt2400pci_probe_hw_mode()