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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_cfata.c67 static void at91_cfata_callout(void *arg);
151 callout_reset(&sc->tick, 1, at91_cfata_callout, sc);
167 at91_cfata_callout(void *arg) function
174 callout_reset(&sc->tick, 1, at91_cfata_callout, sc);

Completed in 21 milliseconds