Lines Matching refs:UART_GET_STATUS
61 if (UART_GET_STATUS(port) & UART_STATUS_THE) in apbuart_start_tx()
79 status = UART_GET_STATUS(port); in apbuart_rx_chars()
88 rsr = UART_GET_STATUS(port) | UART_DUMMY_RSR_RX; in apbuart_rx_chars()
120 status = UART_GET_STATUS(port); in apbuart_rx_chars()
169 status = UART_GET_STATUS(port); in apbuart_int()
182 unsigned int status = UART_GET_STATUS(port); in apbuart_tx_empty()
369 while (!UART_TX_READY(UART_GET_STATUS(port))) in apbuart_scan_fifo_size()
388 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()
392 status = UART_GET_STATUS(port); in apbuart_scan_fifo_size()
425 status = UART_GET_STATUS(port); in apbuart_console_putchar()
448 status = UART_GET_STATUS(port); in apbuart_console_write()
460 status = UART_GET_STATUS(port); in apbuart_console_get_options()