Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.h41 #define UART_CTRL_PS 0x00000010 /* Parity select */ macro
H A Dapbuart.c219 cr &= ~(UART_CTRL_PE | UART_CTRL_PS); in apbuart_set_termios()
224 cr |= UART_CTRL_PS; in apbuart_set_termios()
433 if ((status & UART_CTRL_PS) == 0) in apbuart_console_get_options()