Home
last modified time | relevance | path

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

/drivers/net/wireless/rt2x00/
Drt2800lib.c1991 (info->default_power1 >= 0)); in rt2800_config_channel_rf2xxx()
1993 if (info->default_power1 < 0) in rt2800_config_channel_rf2xxx()
1994 info->default_power1 += 7; in rt2800_config_channel_rf2xxx()
1996 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER_A, info->default_power1); in rt2800_config_channel_rf2xxx()
2006 rt2x00_set_field32(&rf->rf3, RF3_TXPOWER_G, info->default_power1); in rt2800_config_channel_rf2xxx()
2051 rt2x00_set_field8(&rfcsr, RFCSR12_TX_POWER, info->default_power1); in rt2800_config_channel_rf3xxx()
2147 info->default_power1); in rt2800_config_channel_rf3052()
2151 (info->default_power1 & 0x3) | in rt2800_config_channel_rf3052()
2152 ((info->default_power1 & 0xC) << 1)); in rt2800_config_channel_rf3052()
2332 info->default_power1 & 0x1f); in rt2800_config_channel_rf3053()
[all …]
Drt2x00.h200 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.c2160 info[i].default_power1 = TXPOWER_FROM_DEV(tx_power[i]); in rt73usb_probe_hw_mode()
2167 info[i].default_power1 = in rt73usb_probe_hw_mode()
Drt61pci.c2818 info[i].default_power1 = TXPOWER_FROM_DEV(tx_power[i]); in rt61pci_probe_hw_mode()
2825 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()