Searched refs:BAUD_DIVISOR (Results 1 – 1 of 1) sorted by relevance
53 #define BAUD_DIVISOR(baud) (BASE_BAUD / baud) macro110 (BAUD_DIVISOR(baud) & 0xff)); in nlm_uart_set_baudrate()112 ((BAUD_DIVISOR(baud) >> 8) & 0xff)); in nlm_uart_set_baudrate()