Searched refs:PLIC_READ (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/riscv/dev/
H A Dplic.c59 #define PLIC_READ(sc, reg) \ macro
127 while ((pending = PLIC_READ(sc, claim_addr)) > 0) {
155 uint32_t reg = PLIC_READ(sc, addr);
168 uint32_t reg = PLIC_READ(sc, addr);

Completed in 175 milliseconds