Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsa1100.c65 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1) macro
197 status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) | in sa1100_rx_chars()
236 status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) | in sa1100_rx_chars()
271 while (UART_GET_UTSR1(sport) & UTSR1_TNF) { in sa1100_tx_chars()
333 return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT; in sa1100_tx_empty()
498 while (UART_GET_UTSR1(sport) & UTSR1_TBY) in sa1100_set_termios()
711 while (!(UART_GET_UTSR1(sport) & UTSR1_TNF)) in sa1100_console_putchar()
739 status = UART_GET_UTSR1(sport); in sa1100_console_write()