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()
166 status = UART_GET_STATUS(port); in apbuart_int()
179 unsigned int status = UART_GET_STATUS(port); in apbuart_tx_empty()
366 while (!UART_TX_READY(UART_GET_STATUS(port))) in apbuart_scan_fifo_size()
385 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()
389 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()
422 status = UART_GET_STATUS(port); in apbuart_console_putchar()
445 status = UART_GET_STATUS(port); in apbuart_console_write()
457 status = UART_GET_STATUS(port); in apbuart_console_get_options()