Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dplic.c30 #define PLIC_PRIORITY(base, source) \ macro
133 return io_read32(PLIC_PRIORITY(pd->plic_base, source)); in plic_get_priority()
139 io_write32(PLIC_PRIORITY(pd->plic_base, source), priority); in plic_set_priority()