Home | History | Annotate | Download | only in dev

Lines Matching defs:sample

67  *	The first sample of each RO always seems to be zero.  Further,
89 * more than one sample from each RO could be squeezed in there.
121 #define ENT_DELAY_CLOCK 8 /* cycles for each 64-bit RO sample batch */
166 uint64_t bist_status, sample, expected = UINT64_C(0xd654ff35fadf866b);
189 * 81 cycles for it to produce a single sample, and draw the
190 * deterministic sample to test.
198 sample = octrnm_load(sc);
199 if (sample != expected)
201 " expected %016"PRIx64, sample, expected);
229 /* Sample the ring oscillators round-robin. */
265 /* Zero the sample. */