Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/ingenic/
H A Djz4780_timer.c76 static struct jz4780_timer_softc *jz4780_timer_sc = NULL; variable
155 if (jz4780_timer_sc != NULL) in jz4780_timer_attach()
239 jz4780_timer_sc = sc; in jz4780_timer_attach()
278 if (jz4780_timer_sc == NULL) { in DELAY()
297 remaining = usec * ((jz4780_timer_sc->tc.tc_frequency + 999999) / in DELAY()
306 previous = jz4780_get_timecount(&jz4780_timer_sc->tc); in DELAY()
309 now = jz4780_get_timecount(&jz4780_timer_sc->tc); in DELAY()