Searched refs:PLIC_ENABLE (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/drivers/ |
| H A D | plic.c | 38 #define PLIC_ENABLE(base, source, context) \ macro 95 io_setbits32(PLIC_ENABLE(pd->plic_base, source, context), in plic_enable_interrupt() 104 return io_read32(PLIC_ENABLE(pd->plic_base, source, context)) & in plic_get_interrupt_enable() 112 io_clrbits32(PLIC_ENABLE(pd->plic_base, source, context), in plic_disable_interrupt()
|