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

/linux-4.1.27/drivers/tty/serial/
H A Dapbuart.h40 #define UART_CTRL_PS 0x00000010 /* Parity select */ macro
H A Dapbuart.c250 cr &= ~(UART_CTRL_PE | UART_CTRL_PS); apbuart_set_termios()
255 cr |= UART_CTRL_PS; apbuart_set_termios()
464 if ((status & UART_CTRL_PS) == 0) apbuart_console_get_options()

Completed in 92 milliseconds