Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dopenedges_omc.c50 #define INT_STATUS_OVERLAP BIT(16) macro
53 #define INT_STATUS_MASK (INT_STATUS_OVERLAP | INT_STATUS_OVERRUN | \
206 if (status & INT_STATUS_OVERLAP) in omc_fail_dump()