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

/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_rng.c65 static void bcmrng_callout(void *arg);
158 bcmrng_callout(sc);
184 bcmrng_callout(void *arg) function
190 callout_reset(&sc->sc_rnd_callout, 1, bcmrng_callout, sc);
201 bcmrng_callout(sc);

Completed in 84 milliseconds