Searched defs:UART_GET_STATUS (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/serial/
H A Dapbuart.h54 #define UART_GET_STATUS(port) (__raw_readl(APBBASE_STATUS_P(port))) macro
H A Darc_uart.c90 #define UART_GET_STATUS(uart) UART_REG_GET(uart, R_STS) macro
136 while (!(UART_GET_STATUS(port) & TXEMPTY))
149 stat = UART_GET_STATUS(port);
178 while (!(UART_GET_STATUS(port) & TXEMPTY))
249 } while (!((status = UART_GET_STATUS(port)) & RXEMPTY));
285 status = UART_GET_STATUS(port);
449 while (!(UART_GET_STATUS(port) & TXEMPTY))
459 while (!(UART_GET_STATUS(port) & RXEMPTY))
522 while (!(UART_GET_STATUS(port) & TXEMPTY))

Completed in 165 milliseconds