Home
last modified time | relevance | path

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

/lk-master/platform/qemu-virt-riscv/
A Dplic.c23 #define PLIC_PRIORITY(irq) (PLIC_BASE_VIRT + 4 + 4 * (irq)) macro
40 *REG32(PLIC_PRIORITY(i)) = 1; in plic_early_init()
/lk-master/platform/sifive/
A Dplic.c24 #define PLIC_PRIORITY(irq) (PLIC_BASE + 4 * (irq)) macro
40 *REG32(PLIC_PRIORITY(i)) = 1; in plic_early_init()

Completed in 2 milliseconds