Searched refs:PNX8XXX_UART_FIFO_RXFE (Results 1 – 2 of 2) sorted by relevance
203 if (status & (FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE | in pnx8xxx_rx_chars()208 status &= ~(FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | in pnx8xxx_rx_chars()215 else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE)) in pnx8xxx_rx_chars()224 else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE)) in pnx8xxx_rx_chars()488 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | in pnx8xxx_set_termios()500 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | in pnx8xxx_set_termios()
75 #define PNX8XXX_UART_FIFO_RXFE 0x00004000 macro