Searched refs:op_seed (Results 1 – 2 of 2) sorted by relevance
61 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),
27 uint8_t op_seed; member