Searched defs:SCALE (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/m68k/fpsp040/ | ||
| H A D | setox.S | 438 .set SCALE,FP_SCR1 define |
| /linux/net/wireless/ | ||
| H A D | util.c | 1492 #define SCALE cfg80211_calculate_bitrate_he() macro |
| /linux/drivers/hwmon/ | ||
| H A D | smsc47m192.c | 47 static inline int SCALE(long val, int mul, int div) in SCALE() function |
| H A D | lm85.c | 124 #define SCALE(val, from, to) (((val) * (to) + ((from) / 2)) / (from)) macro |