Searched refs:DIV_ROUND_CLOSEST_ULL (Results 1 – 3 of 3) sorted by relevance
46 return DIV_ROUND_CLOSEST_ULL(mul_u32_u32(user_input, (1 << bit_precision) - 1), in drm_color_lut_extract()
113 #define DIV_ROUND_CLOSEST_ULL(x, divisor)( \ macro
231 return DIV_ROUND_CLOSEST_ULL((u64)state->duty_cycle * scale, in pwm_get_relative_duty_cycle()260 state->duty_cycle = DIV_ROUND_CLOSEST_ULL((u64)duty_cycle * in pwm_set_relative_duty_cycle()
Completed in 6 milliseconds