Searched defs:PWM_TO_REG (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hwmon/ | ||
| H A D | pc87360.c | 136 static inline u8 PWM_TO_REG(int val, int inv) in PWM_TO_REG() function |
| H A D | w83627hf.c | 282 #define PWM_TO_REG(val) (clamp_val((val), 0, 255)) macro |