Searched refs:DIV_ROUND_CLOSEST (Results 1 – 3 of 3) sorted by relevance
59 step = DIV_ROUND_CLOSEST(360, parent_div); in ccu_phase_get_phase()121 step = DIV_ROUND_CLOSEST(360, parent_div); in ccu_phase_set_phase()122 delay = DIV_ROUND_CLOSEST(degrees, step); in ccu_phase_set_phase()
28 #define DIV_ROUND_CLOSEST(x, divisor)( \ macro135 clock_divisor = DIV_ROUND_CLOSEST(UART_INPUT_CLK, 16 * serial->config.baud_rate); in dw8250_uart_configure()
164 DIV_ROUND_CLOSEST(pixel_clk * (ptvp->video_info->b_interlace + 1), in tv_calc_judge_line()
Completed in 6 milliseconds