Searched defs:PWM_TO_REG (Results 1 – 3 of 3) sorted by relevance
221 #define PWM_TO_REG(val) (clamp_val((val), 0, 255) >> 4) macro
152 #define PWM_TO_REG(val) clamp_val(val, 0, 255) macro
136 static inline u8 PWM_TO_REG(int val, int inv) in PWM_TO_REG() function