Searched defs:PWM_TO_REG (Results 1 – 4 of 4) 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
213 #define PWM_TO_REG(val) (clamp_val(val, 0, 255)) macro