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

/linux-4.4.14/arch/mips/include/asm/netlogic/xlp-hal/
H A Duart.h54 #define BAUD_DIVISOR(baud) (BASE_BAUD / baud) macro
112 (BAUD_DIVISOR(baud) & 0xff)); nlm_uart_set_baudrate()
114 ((BAUD_DIVISOR(baud) >> 8) & 0xff)); nlm_uart_set_baudrate()

Completed in 112 milliseconds