Home
last modified time | relevance | path

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

/src/sys/riscv/riscv/
H A Dplic.c68 #define PLIC_PRIORITY(_irq) (PLIC_PRIORITY_BASE + (_irq) * sizeof(uint32_t)) macro
199 WR4(sc, PLIC_PRIORITY(src->irq), 0); in plic_disable_intr()
211 WR4(sc, PLIC_PRIORITY(src->irq), 1); in plic_enable_intr()
345 WR4(sc, PLIC_PRIORITY(irq), 0); in plic_attach()