Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c154 #define UARTSTAT_RDRF 0x00200000 macro
799 if (sts & UARTSTAT_RDRF || rxcount > 0) in lpuart32_int()