Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsa1100.c50 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1) macro
185 status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) | in sa1100_rx_chars()
222 status = UTSR1_TO_SM(UART_GET_UTSR1(sport)) | in sa1100_rx_chars()
257 while (UART_GET_UTSR1(sport) & UTSR1_TNF) { in sa1100_tx_chars()
319 return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT; in sa1100_tx_empty()
494 while (UART_GET_UTSR1(sport) & UTSR1_TBY) in sa1100_set_termios()
705 while (!(UART_GET_UTSR1(sport) & UTSR1_TNF)) in sa1100_console_putchar()
733 status = UART_GET_UTSR1(sport); in sa1100_console_write()