Home
last modified time | relevance | path

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

/xnu-11417.121.6/pexpert/arm/
H A Dpe_serial.c322 const float higher_baud_rate = kSourceClock / ((ubr_div_rounded_down + 1) * _sample_rate); in apple_uart_set_baud_rate() local
324 if ((((higher_baud_rate - baud_rate) / baud_rate) * 100) < kMaxErrorPercentage) { in apple_uart_set_baud_rate()