Home
last modified time | relevance | path

Searched refs:ubr_div_rounded_down (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/pexpert/arm/
H A Dpe_serial.c320 const int ubr_div_rounded_down = (int)ideal_ubr_div; in apple_uart_set_baud_rate() local
321 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()