Searched refs:UART_GET_LSR (Results 1 – 1 of 1) sorted by relevance
47 #define UART_GET_LSR(p) __raw_readl((p)->membase + KS8695_URLS) macro153 status = UART_GET_LSR(port); /* clears pending LSR interrupts */ in ks8695uart_rx_chars()164 lsr = UART_GET_LSR(port) | UART_DUMMY_LSR_RX; in ks8695uart_rx_chars()195 status = UART_GET_LSR(port); in ks8695uart_rx_chars()269 return (UART_GET_LSR(port) & URLS_URTE) ? TIOCSER_TEMT : 0; in ks8695uart_tx_empty()560 while (!(UART_GET_LSR(port) & URLS_URTHRE)) in ks8695_console_putchar()