Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dpnx8xxx_uart.c199 if (status & (FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE | in pnx8xxx_rx_chars()
204 status &= ~(FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | in pnx8xxx_rx_chars()
211 else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE)) in pnx8xxx_rx_chars()
220 else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE)) in pnx8xxx_rx_chars()
484 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | in pnx8xxx_set_termios()
496 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | in pnx8xxx_set_termios()
/Linux-v4.19/include/linux/
Dserial_pnx8xxx.h75 #define PNX8XXX_UART_FIFO_RXFE 0x00004000 macro