Searched refs:MIN_TXPOWER (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/ralink/rt2x00/ |
D | rt2400pci.h | 937 #define MIN_TXPOWER 31 macro 942 clamp_t(char, (__txpower), MIN_TXPOWER, MAX_TXPOWER) 945 ((__CLAMP_TX(__txpower) - MAX_TXPOWER) + MIN_TXPOWER) 948 (MAX_TXPOWER - (__CLAMP_TX(__txpower) - MIN_TXPOWER))
|
D | rt2500usb.h | 834 #define MIN_TXPOWER 0 macro 842 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt73usb.h | 1058 #define MIN_TXPOWER 0 macro 1066 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt2500pci.h | 1214 #define MIN_TXPOWER 0 macro 1222 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt61pci.h | 1479 #define MIN_TXPOWER 0 macro 1487 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
|
D | rt73usb.c | 764 else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94)) in rt73usb_config_channel()
|
D | rt61pci.c | 792 else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94)) in rt61pci_config_channel()
|