Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dimx_rngc.c47 #define OP_RUN 1 macro
61 if (s->op_seed == OP_RUN) { in imx_rngc_read()
64 if (s->op_self_test == OP_RUN) { in imx_rngc_read()
107 if (s->op_seed == OP_RUN || s->op_self_test == OP_RUN) { in imx_rngc_read()
158 s->op_seed = OP_RUN; in imx_rngc_write()
163 s->op_self_test = OP_RUN; in imx_rngc_write()