Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-ks8695/include/mach/
Dregs-uart.h76 #define URLS_URDR (1 << 0) /* Receive Data Ready */ macro
/Linux-v4.19/drivers/tty/serial/
Dserial_ks8695.c154 while ((status & URLS_URDR) && max_count--) { in ks8695uart_rx_chars()