Searched defs:DIV_TO_REG (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hwmon/ | ||
| H A D | aspeed-g6-pwm-tach.c | 114 #define DIV_TO_REG(divisor) (ilog2(divisor) >> 1) macro |
| H A D | w83627hf.c | 334 static inline u8 DIV_TO_REG(long val) in DIV_TO_REG() function |