Home
last modified time | relevance | path

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

/bsp/xuantie/virt64/c906/libcpu/
A Dplic.h43 #define PLIC_THRESHOLD(hart) (VIRT_PLIC_BASE + PLIC_MTHRESHOLD_OFFSET + (hart * 2) * PL… macro
54 #define PLIC_THRESHOLD(hart) (VIRT_PLIC_BASE + PLIC_STHRESHOLD_OFFSET + (hart * 2) * PL… macro
A Dplic.c78 *(uint32_t *)PLIC_THRESHOLD(hart) = threshold; in plic_set_threshold()
/bsp/ultrarisc/arch/ur-cp100/
A Dplic.h44 …#define PLIC_THRESHOLD(hart) (PLIC_BASE + PLIC_MTHRESHOLD_OFFSET + (hart * 3) * PLIC_C… macro
56 …#define PLIC_THRESHOLD(hart) (PLIC_BASE + PLIC_STHRESHOLD_OFFSET + (hart * 3) * PLIC_C… macro
A Dplic.c91 writel(threshold, (void *)PLIC_THRESHOLD(hart)); in plic_set_threshold()
/bsp/cvitek/c906_little/board/
A Dinterrupt.h38 #define PLIC_THRESHOLD (PLIC_BASE + 0x200000) macro
A Dinterrupt.c59 mmio_write_32((PLIC_THRESHOLD), threshold); in plic_set_threshold()

Completed in 9 milliseconds