Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx_rngc.c75 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),
/openbmc/qemu/include/hw/misc/
H A Dimx_rngc.h29 bool auto_seed; member