Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
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()
255 while (UART_GET_UTSR1(sport) & UTSR1_TNF) { in sa1100_tx_chars()
317 return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT; in sa1100_tx_empty()
492 while (UART_GET_UTSR1(sport) & UTSR1_TBY) in sa1100_set_termios()
703 while (!(UART_GET_UTSR1(sport) & UTSR1_TNF)) in sa1100_console_putchar()
731 status = UART_GET_UTSR1(sport); in sa1100_console_write()