Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx_rngc.c61 if (s->op_seed == OP_RUN) { in imx_rngc_read()
101 if (s->op_seed == OP_DONE) { in imx_rngc_read()
107 if (s->op_seed == OP_RUN || s->op_self_test == OP_RUN) { in imx_rngc_read()
133 s->op_seed = OP_IDLE; in imx_rngc_do_reset()
158 s->op_seed = OP_RUN; in imx_rngc_write()
215 s->op_seed = OP_DONE; in imx_rngc_seed()
250 VMSTATE_UINT8(op_seed, IMXRNGCState),
/openbmc/qemu/include/hw/misc/
H A Dimx_rngc.h27 uint8_t op_seed; member