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