Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/hal/
H A Duart.h53 #define BAUD_DIVISOR(baud) (BASE_BAUD / baud) macro
110 (BAUD_DIVISOR(baud) & 0xff)); in nlm_uart_set_baudrate()
112 ((BAUD_DIVISOR(baud) >> 8) & 0xff)); in nlm_uart_set_baudrate()