Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstih_asc.c15 #define ASC_STATUS_TX_HALF_EMPTY BIT(2) macro
37 while (!(io_read32(base + ASC_STATUS) & ASC_STATUS_TX_HALF_EMPTY)) in stih_asc_putc()