Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsa1100.c50 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1) macro
186 status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) | in sa1100_rx_chars()
223 status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) | in sa1100_rx_chars()
241 UART_GET_UTSR1(sport) & UTSR1_TNF, in sa1100_tx_chars()
292 return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT; in sa1100_tx_empty()
467 while (UART_GET_UTSR1(sport) & UTSR1_TBY) in sa1100_set_termios()
678 while (!(UART_GET_UTSR1(sport) & UTSR1_TNF)) in sa1100_console_putchar()
706 status = UART_GET_UTSR1(sport); in sa1100_console_write()