Searched refs:SUN4I_MSEL_RESET_MODE (Results 1 – 1 of 1) sorted by relevance
109 #define SUN4I_MSEL_RESET_MODE BIT(0) macro254 mod_reg_val &= ~SUN4I_MSEL_RESET_MODE; in set_normal_mode()256 } while (retry-- && (mod_reg_val & SUN4I_MSEL_RESET_MODE)); in set_normal_mode()258 if (readl(priv->base + SUN4I_REG_MSEL_ADDR) & SUN4I_MSEL_RESET_MODE) { in set_normal_mode()275 mod_reg_val |= SUN4I_MSEL_RESET_MODE; in set_reset_mode()277 } while (retry-- && !(mod_reg_val & SUN4I_MSEL_RESET_MODE)); in set_reset_mode()280 SUN4I_MSEL_RESET_MODE)) { in set_reset_mode()