Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c272 for (bias = 0; bias < N2RNG_NBIASES; bias++) { in collect_rng_perf()
344 for (b0 = 0; b0 < N2RNG_NBIASES; b0++) { in n2rng_noise_gen_preferred()
346 for (b1 = 0; b1 < N2RNG_NBIASES; b1++) { in n2rng_noise_gen_preferred()
349 for (b2 = 0; b2 < N2RNG_NBIASES; b2++) { in n2rng_noise_gen_preferred()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dn2rng.h184 #define N2RNG_NBIASES (1 << N2RNG_BIASBITS) macro
197 typedef n2rng_osc_perf_t n2rng_osc_perf_table_t[N2RNG_NOSC][N2RNG_NBIASES];