Searched defs:LOGIC_TEST_WORDS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c76 * We collect LOGIC_TEST_WORDS words using a diagnostic read with all
95 #define LOGIC_TEST_WORDS 8 /* includes first one, unused */ macro
97 #define LOGIC_TEST_MATCHES_NEEDED (LOGIC_TEST_WORDS - 1 - \
139 uint64_t buffer[LOGIC_TEST_WORDS];
145 int cycles[LOGIC_TEST_WORDS] =
165 /* read LOGIC_TEST_WORDS 64-bit words */
167 LOGIC_TEST_WORDS * sizeof (uint64_t),
177 for (j = 1; j < LOGIC_TEST_WORDS; ++j) {
198 for (i = 0; i < LOGIC_TEST_WORDS; i++) {
206 for (i = 0; i < LOGIC_TEST_WORDS;
[all...]

Completed in 44 milliseconds