Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dpnx8xxx_uart.c195 if (status & (FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE | in pnx8xxx_rx_chars()
200 status &= ~(FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | in pnx8xxx_rx_chars()
207 else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE)) in pnx8xxx_rx_chars()
216 else if (status & FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE)) in pnx8xxx_rx_chars()
478 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | in pnx8xxx_set_termios()
490 FIFO_TO_SM(PNX8XXX_UART_FIFO_RXFE) | in pnx8xxx_set_termios()
/kernel/linux/linux-5.10/include/linux/
H A Dserial_pnx8xxx.h62 #define PNX8XXX_UART_FIFO_RXFE 0x00004000 macro

Completed in 2 milliseconds