Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Dapbuart.c58 if (UART_GET_STATUS(port) & UART_STATUS_THE) in apbuart_start_tx()
76 status = UART_GET_STATUS(port); in apbuart_rx_chars()
117 status = UART_GET_STATUS(port); in apbuart_rx_chars()
140 status = UART_GET_STATUS(port); in apbuart_int()
153 unsigned int status = UART_GET_STATUS(port); in apbuart_tx_empty()
340 while (!UART_TX_READY(UART_GET_STATUS(port))) in apbuart_scan_fifo_size()
359 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()
363 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()
396 status = UART_GET_STATUS(port); in apbuart_console_putchar()
419 status = UART_GET_STATUS(port); in apbuart_console_write()
[all …]
A 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()
170 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_tx_chars()
239 } while (!((status = UART_GET_STATUS(port)) & RXEMPTY)); in arc_serial_rx_chars()
275 status = UART_GET_STATUS(port); in arc_serial_isr()
439 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_poll_putchar()
449 while (!(UART_GET_STATUS(port) & RXEMPTY)) in arc_serial_poll_getchar()
512 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_console_putchar()
A Dapbuart.h55 #define UART_GET_STATUS(port) (__raw_readl(APBBASE_STATUS_P(port))) macro

Completed in 7 milliseconds