Searched refs:ubr_div_rounded_down (Results 1 – 1 of 1) sorted by relevance
320 const int ubr_div_rounded_down = (int)ideal_ubr_div; in apple_uart_set_baud_rate() local321 const int ubr_div_rounded_up = ubr_div_rounded_down + 1; in apple_uart_set_baud_rate()322 const float higher_baud_rate = kSourceClock / ((ubr_div_rounded_down + 1) * _sample_rate); in apple_uart_set_baud_rate()325 ubr_div = ubr_div_rounded_down; in apple_uart_set_baud_rate()