Lines Matching refs:UART_GET_STATUS
58 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()
443 status = UART_GET_STATUS(port); in apbuart_console_write()
455 status = UART_GET_STATUS(port); in apbuart_console_get_options()