Searched refs:UART_LCR_EPAR (Results 1 – 6 of 6) sorted by relevance
102 #define UART_LCR_EPAR (1 << 4) macro
238 value |= UART_LCR_EPAR; in uart_set_format()
97 #define UART_LCR_EPAR 0x10 /* Even parity select */ macro
91 #define UART_LCR_EPAR 0x10 /**< Even parity select */ macro
58 #define UART_LCR_EPAR (1 << 4) macro
282 #define UART_LCR_EPAR (1 << 4) macro527 lcr |= UART_LCR_EPAR; in uart_set_format()
Completed in 14 milliseconds