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

/linux-4.1.27/include/linux/
H A Dserial_pnx8xxx.h75 #define PNX8XXX_UART_FIFO_RXFE 0x00004000 macro
/linux-4.1.27/drivers/tty/serial/
H A Dpnx8xxx_uart.c203 if (status & (FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE | pnx8xxx_rx_chars()
208 status &= ~(FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | pnx8xxx_rx_chars()
215 else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE)) pnx8xxx_rx_chars()
224 else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE)) pnx8xxx_rx_chars()
488 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | pnx8xxx_set_termios()
500 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | pnx8xxx_set_termios()

Completed in 38 milliseconds