Searched refs:MAX_TXPOWER (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wireless/rt2x00/ |
D | rt2400pci.h | 942 #define MAX_TXPOWER 62 macro 946 clamp_t(char, (__txpower), MIN_TXPOWER, MAX_TXPOWER) 949 ((__CLAMP_TX(__txpower) - MAX_TXPOWER) + MIN_TXPOWER) 952 (MAX_TXPOWER - (__CLAMP_TX(__txpower) - MIN_TXPOWER))
|
D | rt2500usb.h | 839 #define MAX_TXPOWER 31 macro 843 (((u8)(__txpower)) > MAX_TXPOWER) ? DEFAULT_TXPOWER : (__txpower) 846 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt73usb.h | 1070 #define MAX_TXPOWER 31 macro 1074 (((u8)(__txpower)) > MAX_TXPOWER) ? DEFAULT_TXPOWER : (__txpower) 1077 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt2500pci.h | 1226 #define MAX_TXPOWER 31 macro 1230 (((u8)(__txpower)) > MAX_TXPOWER) ? DEFAULT_TXPOWER : (__txpower) 1233 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt61pci.h | 1493 #define MAX_TXPOWER 31 macro 1497 (((u8)(__txpower)) > MAX_TXPOWER) ? DEFAULT_TXPOWER : (__txpower) 1500 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt73usb.c | 773 if (txpower > MAX_TXPOWER && txpower <= (MAX_TXPOWER + r94)) in rt73usb_config_channel() 774 r94 += txpower - MAX_TXPOWER; in rt73usb_config_channel() 2162 info[i].max_power = MAX_TXPOWER; in rt73usb_probe_hw_mode() 2169 info[i].max_power = MAX_TXPOWER; in rt73usb_probe_hw_mode()
|
D | rt61pci.c | 884 if (txpower > MAX_TXPOWER && txpower <= (MAX_TXPOWER + r94)) in rt61pci_config_channel() 885 r94 += txpower - MAX_TXPOWER; in rt61pci_config_channel() 2817 info[i].max_power = MAX_TXPOWER; in rt61pci_probe_hw_mode() 2824 info[i].max_power = MAX_TXPOWER; in rt61pci_probe_hw_mode()
|
D | rt2500usb.c | 1754 info[i].max_power = MAX_TXPOWER; in rt2500usb_probe_hw_mode() 1760 info[i].max_power = MAX_TXPOWER; in rt2500usb_probe_hw_mode()
|
D | rt2500pci.c | 1915 info[i].max_power = MAX_TXPOWER; in rt2500pci_probe_hw_mode() 1921 info[i].max_power = MAX_TXPOWER; in rt2500pci_probe_hw_mode()
|
D | rt2400pci.c | 1604 info[i].max_power = TXPOWER_FROM_DEV(MAX_TXPOWER); in rt2400pci_probe_hw_mode()
|