Home
last modified time | relevance | path

Searched refs:UART_TXFIFO_FULL (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/
H A Dsifive_uart.c19 #define UART_TXFIFO_FULL 0x80000000 macro
37 while (io_read32(base + UART_REG_TXFIFO) & UART_TXFIFO_FULL) { in sifive_uart_flush()