Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx_rngc.c64 if (s->op_self_test == OP_RUN) { in imx_rngc_read()
104 if (s->op_self_test == OP_DONE) { in imx_rngc_read()
107 if (s->op_seed == OP_RUN || s->op_self_test == OP_RUN) { in imx_rngc_read()
132 s->op_self_test = OP_IDLE; in imx_rngc_do_reset()
163 s->op_self_test = OP_RUN; in imx_rngc_write()
205 s->op_self_test = OP_DONE; in imx_rngc_self_test()
249 VMSTATE_UINT8(op_self_test, IMXRNGCState),
/openbmc/qemu/include/hw/misc/
H A Dimx_rngc.h26 uint8_t op_self_test; member