Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstih_asc.c12 #define ASC_STATUS 0x14 macro
29 while (!(io_read32(base + ASC_STATUS) & ASC_STATUS_TX_EMPTY)) in stih_asc_flush()
37 while (!(io_read32(base + ASC_STATUS) & ASC_STATUS_TX_HALF_EMPTY)) in stih_asc_putc()