Lines Matching refs:curr_regs
49 * @curr_regs: The set of register values used in the last
66 struct emif_regs *curr_regs;
921 } else if (!emif->curr_regs) {
958 setup_temperature_sensitive_regs(emif, emif->curr_regs);
1022 if (emif->curr_regs) {
1023 setup_temperature_sensitive_regs(emif, emif->curr_regs);
1674 * Upon finding the right reg dump, save it in curr_regs. It can be
1685 if (emif->curr_regs && emif->curr_regs->freq == freq) {
1686 dev_dbg(dev, "%s: using curr_regs - %u Hz", __func__, freq);
1687 return emif->curr_regs;
1744 if (!emif->curr_regs) {
1751 setup_volt_sensitive_regs(emif, emif->curr_regs, volt_state);
1781 emif->curr_regs = regs;