Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/debug/
Dks8695.S19 #define URLS_URTHRE (1 << 5) macro
38 tst \rd, #URLS_URTHRE @ Holding Register empty?
/linux-4.4.14/arch/arm/mach-ks8695/include/mach/
Duncompress.h22 while (!(__raw_readl((void __iomem*)KS8695_UART_PA + KS8695_URLS) & URLS_URTHRE)) in putc()
Dregs-uart.h71 #define URLS_URTHRE (1 << 5) /* Transmit Holding Register Empty */ macro
/linux-4.4.14/drivers/tty/serial/
Dserial_ks8695.c565 while (!(UART_GET_LSR(port) & URLS_URTHRE)) in ks8695_console_putchar()