Searched refs:SW_RST (Results 1 – 5 of 5) sorted by relevance
25 #define SW_RST BIT(1) macro86 ret = regmap_update_bits(map, CNTL_ADDR, SW_RST, SW_RST); in resume_8960()136 ret = regmap_write(priv->tm_map, CNTL_ADDR, reg | SW_RST); in enable_8960()
185 #define SW_RST BIT(2) /* software reset, last 64 AHB clocks */ macro
101 writel(SW_RST, priv->base + REG_MAC_CTRL); in moxart_mac_reset()102 while (readl(priv->base + REG_MAC_CTRL) & SW_RST) in moxart_mac_reset()
149 #define SW_RST BIT(7) macro
828 reg |= SW_RST | EN_SW_RST | EN_CH_RST; in b53_switch_reset()833 if (!(reg & SW_RST)) in b53_switch_reset()