Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dapbuart.c58 if (UART_GET_STATUS(port) & UART_STATUS_THE) in apbuart_start_tx()
76 status = UART_GET_STATUS(port); in apbuart_rx_chars()
85 rsr = UART_GET_STATUS(port) | UART_DUMMY_RSR_RX; in apbuart_rx_chars()
117 status = UART_GET_STATUS(port); in apbuart_rx_chars()
164 status = UART_GET_STATUS(port); in apbuart_int()
177 unsigned int status = UART_GET_STATUS(port); in apbuart_tx_empty()
364 while (!UART_TX_READY(UART_GET_STATUS(port))) in apbuart_scan_fifo_size()
383 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()
387 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()
420 status = UART_GET_STATUS(port); in apbuart_console_putchar()
[all …]
Darc_uart.c83 #define UART_GET_STATUS(uart) UART_REG_GET(uart, R_STS) macro
129 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_stop_tx()
142 stat = UART_GET_STATUS(port); in arc_serial_tx_empty()
171 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_tx_chars()
240 } while (!((status = UART_GET_STATUS(port)) & RXEMPTY)); in arc_serial_rx_chars()
276 status = UART_GET_STATUS(port); in arc_serial_isr()
440 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_poll_putchar()
450 while (!(UART_GET_STATUS(port) & RXEMPTY)) in arc_serial_poll_getchar()
513 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_console_putchar()
Dapbuart.h55 #define UART_GET_STATUS(port) (__raw_readl(APBBASE_STATUS_P(port))) macro