Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dhi16xx_uart.c57 #define UART_USR_TFE_BIT 2 /* Transmit FIFO empty bit */ macro
73 while (!(io_read32(base + UART_USR) & UART_USR_TFE_BIT)) in hi16xx_uart_flush()
82 while (!(io_read32(base + UART_USR) & UART_USR_TFE_BIT)) in hi16xx_uart_putc()