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

/freebsd-10-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c128 static void cpsw_tick(void *);
941 callout_reset(&sc->watchdog.callout, hz, cpsw_tick, sc);
1768 cpsw_tick(void *msc) function
1784 callout_reset(&sc->watchdog.callout, hz, cpsw_tick, sc);

Completed in 107 milliseconds