Lines Matching refs:UART_GET_STATUS
62 if (UART_GET_STATUS(port) & UART_STATUS_THE) in apbuart_start_tx()
80 status = UART_GET_STATUS(port); in apbuart_rx_chars()
89 rsr = UART_GET_STATUS(port) | UART_DUMMY_RSR_RX; in apbuart_rx_chars()
121 status = UART_GET_STATUS(port); in apbuart_rx_chars()
170 status = UART_GET_STATUS(port); in apbuart_int()
183 unsigned int status = UART_GET_STATUS(port); in apbuart_tx_empty()
370 while (!UART_TX_READY(UART_GET_STATUS(port))) in apbuart_scan_fifo_size()
389 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()
393 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()
426 status = UART_GET_STATUS(port); in apbuart_console_putchar()
449 status = UART_GET_STATUS(port); in apbuart_console_write()
461 status = UART_GET_STATUS(port); in apbuart_console_get_options()