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