Searched refs:auto_seed (Results 1 – 2 of 2) sorted by relevance
75 if (s->auto_seed) { in imx_rngc_read()135 s->auto_seed = false; in imx_rngc_do_reset()187 s->auto_seed = true; in imx_rngc_write()189 s->auto_seed = false; in imx_rngc_write()252 VMSTATE_BOOL(auto_seed, IMXRNGCState),
29 bool auto_seed; member