Searched refs:DIV_ROUND_CLOSEST (Results 1 – 1 of 1) sorted by relevance
68 #define DIV_ROUND_CLOSEST(x, divisor) ( \ macro84 int divisor3 = DIV_ROUND_CLOSEST(base, 2 * baud); in ftdi_232bm_baud_base_to_divisor()107 divisor3 = DIV_ROUND_CLOSEST(8 * base, 10 * baud); in ftdi_2232h_baud_base_to_divisor()
Completed in 3 milliseconds