Searched refs:PLIC_PRIORITY (Results 1 – 5 of 5) sorted by relevance
48 #define PLIC_PRIORITY(id) (BSP_PLIC_PHY_ADDR + PLIC_PRIORITY_OFFSET + (id) * 4) macro
59 #define PLIC_PRIORITY(id) (VIRT_PLIC_BASE + PLIC_PRIORITY_OFFSET + (id) * 4) macro
44 *(uint32_t *)PLIC_PRIORITY(irq) = priority; in plic_set_priority()
61 #define PLIC_PRIORITY(id) (PLIC_BASE + PLIC_PRIORITY_OFFSET + (id) * 4) macro
49 writel(priority, (void *)PLIC_PRIORITY(irq)); in plic_set_priority()
Completed in 8 milliseconds