Searched refs:UART_GET_STATUS (Results 1 – 3 of 3) sorted by relevance
55 if (UART_GET_STATUS(port) & UART_STATUS_THE) in apbuart_start_tx()74 status = UART_GET_STATUS(port); in apbuart_rx_chars()83 rsr = UART_GET_STATUS(port) | UART_DUMMY_RSR_RX; in apbuart_rx_chars()115 status = UART_GET_STATUS(port); in apbuart_rx_chars()138 status = UART_GET_STATUS(port); in apbuart_int()151 unsigned int status = UART_GET_STATUS(port); in apbuart_tx_empty()338 while (!UART_TX_READY(UART_GET_STATUS(port))) in apbuart_scan_fifo_size()357 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()361 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()394 status = UART_GET_STATUS(port); in apbuart_console_putchar()[all …]
83 #define UART_GET_STATUS(uart) UART_REG_GET(uart, R_STS) macro129 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()236 } while (!((status = UART_GET_STATUS(port)) & RXEMPTY)); in arc_serial_rx_chars()272 status = UART_GET_STATUS(port); in arc_serial_isr()436 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_poll_putchar()446 while (!(UART_GET_STATUS(port) & RXEMPTY)) in arc_serial_poll_getchar()509 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_console_putchar()
55 #define UART_GET_STATUS(port) (__raw_readl(APBBASE_STATUS_P(port))) macro