Home
last modified time | relevance | path

Searched refs:VIA_HAS_RNG (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/random/
H A Dnehemiah.c100 if (via_feature_rng & VIA_HAS_RNG) { in nehemiah_modevent()
107 if (via_feature_rng & VIA_HAS_RNG) { in nehemiah_modevent()
/freebsd/sys/amd64/amd64/
H A Dinitcpu.c223 via_feature_rng = VIA_HAS_RNG; in init_via()
/freebsd/sys/i386/i386/
H A Dinitcpu.c593 via_feature_rng = VIA_HAS_RNG; in init_via()
/freebsd/sys/x86/include/
H A Dspecialreg.h1247 #define VIA_HAS_RNG 1 /* cpu has RNG */ macro