Searched refs:PLIC_BASE (Results 1 – 5 of 5) sorted by relevance
24 #define PLIC_PRIORITY(irq) (PLIC_BASE + 4 * (irq))25 #define PLIC_PENDING(irq) (PLIC_BASE + 0x1000 + (4 * ((irq) / 32)))26 #define PLIC_ENABLE(irq, hart) (PLIC_BASE + 0x2000 + (0x80 * PLIC_HART_IDX(hart)) + (4 * ((irq…27 #define PLIC_THRESHOLD(hart) (PLIC_BASE + 0x200000 + (0x1000 * PLIC_HART_IDX(hart)))28 #define PLIC_COMPLETE(hart) (PLIC_BASE + 0x200004 + (0x1000 * PLIC_HART_IDX(hart)))
50 #define PLIC_BASE 0x0c000000 macro51 #define PLIC_BASE_VIRT (PERIPHERAL_BASE_VIRT + PLIC_BASE)
16 #define PLIC_BASE 0x0c000000 macro
24 #define PLIC_BASE 0x0c000000 macro
Completed in 5 milliseconds