HomeSort by: relevance | last modified time | path
    Searched defs:bcmrng_callout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/broadcom/
bcm53xx_rng.c 65 static void bcmrng_callout(void *arg);
158 bcmrng_callout(sc);
184 bcmrng_callout(void *arg) function in typeref:typename:void
190 callout_reset(&sc->sc_rnd_callout, 1, bcmrng_callout, sc);
201 bcmrng_callout(sc);
bcm53xx_rng.c 65 static void bcmrng_callout(void *arg);
158 bcmrng_callout(sc);
184 bcmrng_callout(void *arg) function in typeref:typename:void
190 callout_reset(&sc->sc_rnd_callout, 1, bcmrng_callout, sc);
201 bcmrng_callout(sc);

Completed in 21 milliseconds