Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dpnx8xxx_uart.c204 PNX8XXX_UART_FIFO_RXPAR | in pnx8xxx_rx_chars()
209 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXPAR)); in pnx8xxx_rx_chars()
213 } else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXPAR)) in pnx8xxx_rx_chars()
222 if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXPAR)) in pnx8xxx_rx_chars()
489 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXPAR); in pnx8xxx_set_termios()
501 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXPAR); in pnx8xxx_set_termios()
/linux-4.4.14/include/linux/
Dserial_pnx8xxx.h76 #define PNX8XXX_UART_FIFO_RXPAR 0x00002000 macro