Searched refs:SUN4I_MSEL_RESET_MODE (Results 1 – 1 of 1) sorted by relevance
107 #define SUN4I_MSEL_RESET_MODE BIT(0) macro239 mod_reg_val &= ~SUN4I_MSEL_RESET_MODE; in set_normal_mode()241 } while (retry-- && (mod_reg_val & SUN4I_MSEL_RESET_MODE)); in set_normal_mode()243 if (readl(priv->base + SUN4I_REG_MSEL_ADDR) & SUN4I_MSEL_RESET_MODE) { in set_normal_mode()260 mod_reg_val |= SUN4I_MSEL_RESET_MODE; in set_reset_mode()262 } while (retry-- && !(mod_reg_val & SUN4I_MSEL_RESET_MODE)); in set_reset_mode()265 SUN4I_MSEL_RESET_MODE)) { in set_reset_mode()