Searched refs:PNX8XXX_UART_FIFO_RXFE (Results 1 – 2 of 2) sorted by relevance
199 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()
75 #define PNX8XXX_UART_FIFO_RXFE 0x00004000 macro