Searched refs:UART_GET_STATUS (Results 1 – 3 of 3) sorted by relevance
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()[all …]
90 #define UART_GET_STATUS(uart) UART_REG_GET(uart, R_STS) macro136 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_stop_tx()149 stat = UART_GET_STATUS(port); in arc_serial_tx_empty()178 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_tx_chars()249 } while (!((status = UART_GET_STATUS(port)) & RXEMPTY)); in arc_serial_rx_chars()285 status = UART_GET_STATUS(port); in arc_serial_isr()449 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_poll_putchar()459 while (!(UART_GET_STATUS(port) & RXEMPTY)) in arc_serial_poll_getchar()522 while (!(UART_GET_STATUS(port) & TXEMPTY)) in arc_serial_console_putchar()
54 #define UART_GET_STATUS(port) (__raw_readl(APBBASE_STATUS_P(port))) macro