Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx_rngc.c48 #define OP_DONE 2 macro
101 if (s->op_seed == OP_DONE) { in imx_rngc_read()
104 if (s->op_self_test == OP_DONE) { in imx_rngc_read()
205 s->op_self_test = OP_DONE; in imx_rngc_self_test()
215 s->op_seed = OP_DONE; in imx_rngc_seed()