Home
last modified time | relevance | path

Searched refs:HIFN_HAS_RNG (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/hifn/
HDhifn7751var.h167 #define HIFN_HAS_RNG 0x1 /* includes random number generator */ macro
HDhifn7751.c374 sc->sc_flags = HIFN_HAS_RNG | HIFN_HAS_PUBLIC; in hifn_attach()
381 sc->sc_flags |= HIFN_IS_7811 | HIFN_HAS_RNG; in hifn_attach()
590 if (sc->sc_flags & (HIFN_HAS_PUBLIC | HIFN_HAS_RNG)) in hifn_attach()
750 if (sc->sc_flags & HIFN_HAS_RNG) { in hifn_init_pubrng()