Lines Matching defs:state
196 * for the RNG4 state handles which exist in
215 * If the corresponding bit is set, then it means the state
221 * Create the descriptor for deinstantating this state
251 * De-initialize RNG state handles initialized by this driver.
263 * for the RNG4 state handles which exist in
299 * If the corresponding bit is set, this state handle
323 * something went wrong. No need to try the next state
377 * than the last one that worked (i.e. the state handles
667 * If SEC has RNG version >= 4 and RNG state handle has not been
677 * the state handles. An error would occur if RNG4 attempts
744 /* Indicate if the internal state of the CAAM is lost during PM */
757 struct caam_ctl_state *state = &ctrlpriv->state;
762 state->mcr = rd_reg32(&ctrl->mcr);
763 state->scfgr = rd_reg32(&ctrl->scfgr);
768 state->deco_mid[i].liodn_ms =
770 state->deco_mid[i].liodn_ls =
777 state->jr_mid[i].liodn_ms =
779 state->jr_mid[i].liodn_ls =
787 const struct caam_ctl_state *state = &ctrlpriv->state;
792 wr_reg32(&ctrl->mcr, state->mcr);
793 wr_reg32(&ctrl->scfgr, state->scfgr);
799 state->deco_mid[i].liodn_ms);
801 state->deco_mid[i].liodn_ls);
808 state->jr_mid[i].liodn_ms);
810 state->jr_mid[i].liodn_ls);