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

/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91emacvar.h65 callout_t emac_tick_ch; member in struct:emac_softc
H A Dat91emac.c343 callout_init(&sc->emac_tick_ch, 0);
591 callout_reset(&sc->emac_tick_ch, hz, emac_tick, sc);
728 callout_stop(&sc->emac_tick_ch);
740 callout_reset(&sc->emac_tick_ch, hz, emac_tick, sc);
766 callout_stop(&sc->emac_tick_ch);

Completed in 87 milliseconds