Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dplic.c51 #define PLIC_CLAIM(base, context) PLIC_COMPLETE(base, context) macro
146 return io_read32(PLIC_CLAIM(pd->plic_base, context)); in plic_claim_interrupt()
153 io_write32(PLIC_CLAIM(pd->plic_base, context), source); in plic_complete_interrupt()