Home
last modified time | relevance | path

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

/src/sys/riscv/riscv/
H A Dtimer.c66 static struct riscv_timer_softc *riscv_timer_sc = NULL; variable
202 if (riscv_timer_sc != NULL) in riscv_timer_attach()
213 riscv_timer_sc = sc; in riscv_timer_attach()
287 if (riscv_timer_sc == NULL) { in DELAY()