Home
last modified time | relevance | path

Searched defs:PWM_TO_REG (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dpc87360.c136 static inline u8 PWM_TO_REG(int val, int inv) in PWM_TO_REG() function
H A Dw83627hf.c282 #define PWM_TO_REG(val) (clamp_val((val), 0, 255)) macro