Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dimx_lpuart.c19 #define STAT_OR BIT(19) macro
39 if (io_read32(base + STAT) & STAT_OR) in imx_lpuart_getchar()
40 io_write32(base + STAT, STAT_OR); in imx_lpuart_getchar()