Home
last modified time | relevance | path

Searched refs:sc_rnghz (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/glxsb/
H A Dglxsb.c178 int sc_rnghz; /* RNG callout ticks */ member
323 sc->sc_rnghz = hz / 100; in glxsb_attach()
325 sc->sc_rnghz = 1; in glxsb_attach()
459 callout_reset(&sc->sc_rngco, sc->sc_rnghz, glxsb_rnd, sc); in glxsb_rnd()
/freebsd/sys/dev/hifn/
H A Dhifn7751var.h173 int sc_rnghz; /* RNG polling frequency */ member
H A Dhifn7751.c757 sc->sc_rnghz = hz / 100; in hifn_init_pubrng()
759 sc->sc_rnghz = 1; in hifn_init_pubrng()
761 callout_reset(&sc->sc_rngto, sc->sc_rnghz, hifn_rng, sc); in hifn_init_pubrng()
824 callout_reset(&sc->sc_rngto, sc->sc_rnghz, hifn_rng, sc); in hifn_rng()