Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Dapbuart.h41 #define UART_CTRL_PS 0x00000010 /* Parity select */ macro
A Dapbuart.c221 cr &= ~(UART_CTRL_PE | UART_CTRL_PS); in apbuart_set_termios()
226 cr |= UART_CTRL_PS; in apbuart_set_termios()
435 if ((status & UART_CTRL_PS) == 0) in apbuart_console_get_options()

Completed in 4 milliseconds