Searched refs:MAX_TXPOWER (Results 1 - 10 of 10) sorted by relevance

/drivers/net/wireless/rt2x00/
H A Drt2500usb.h838 #define MAX_TXPOWER 31 macro
842 (((u8)(__txpower)) > MAX_TXPOWER) ? DEFAULT_TXPOWER : (__txpower)
845 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
H A Drt2400pci.h941 #define MAX_TXPOWER 62 macro
945 clamp_t(char, (__txpower), MIN_TXPOWER, MAX_TXPOWER)
948 ((__CLAMP_TX(__txpower) - MAX_TXPOWER) + MIN_TXPOWER)
951 (MAX_TXPOWER - (__CLAMP_TX(__txpower) - MIN_TXPOWER))
H A Drt2500pci.h1226 #define MAX_TXPOWER 31 macro
1230 (((u8)(__txpower)) > MAX_TXPOWER) ? DEFAULT_TXPOWER : (__txpower)
1233 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
H A Drt73usb.h1067 #define MAX_TXPOWER 31 macro
1071 (((u8)(__txpower)) > MAX_TXPOWER) ? DEFAULT_TXPOWER : (__txpower)
1074 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
H A Drt61pci.h1492 #define MAX_TXPOWER 31 macro
1496 (((u8)(__txpower)) > MAX_TXPOWER) ? DEFAULT_TXPOWER : (__txpower)
1499 clamp_t(char, __txpower, MIN_TXPOWER, MAX_TXPOWER)
H A Drt73usb.c773 if (txpower > MAX_TXPOWER && txpower <= (MAX_TXPOWER + r94))
774 r94 += txpower - MAX_TXPOWER;
2162 info[i].max_power = MAX_TXPOWER;
2169 info[i].max_power = MAX_TXPOWER;
H A Drt61pci.c884 if (txpower > MAX_TXPOWER && txpower <= (MAX_TXPOWER + r94))
885 r94 += txpower - MAX_TXPOWER;
2818 info[i].max_power = MAX_TXPOWER;
2825 info[i].max_power = MAX_TXPOWER;
H A Drt2500usb.c1754 info[i].max_power = MAX_TXPOWER;
1760 info[i].max_power = MAX_TXPOWER;
H A Drt2500pci.c1915 info[i].max_power = MAX_TXPOWER;
1921 info[i].max_power = MAX_TXPOWER;
H A Drt2400pci.c1604 info[i].max_power = TXPOWER_FROM_DEV(MAX_TXPOWER);

Completed in 67 milliseconds