Home
last modified time | relevance | path

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

/freebsd/sys/dev/dwc/
H A Dif_dwc.c87 static void dwc_tick(void *arg);
185 callout_reset(&sc->dwc_callout, hz, dwc_tick, sc); in dwc_init_locked()
315 dwc_tick(void *arg) in dwc_tick() function
351 callout_reset(&sc->dwc_callout, hz, dwc_tick, sc); in dwc_tick()