Searched refs:SW_RST (Results 1 – 2 of 2) sorted by relevance
184 #define SW_RST BIT(2) /* software reset, last 64 AHB clocks */ macro
88 writel(SW_RST, priv->base + REG_MAC_CTRL); in moxart_mac_reset()89 while (readl(priv->base + REG_MAC_CTRL) & SW_RST) in moxart_mac_reset()