Searched refs:CMD_SW_RESET (Results 1 – 4 of 4) sorted by relevance
221 #define CMD_SW_RESET (1 << 13) macro
1457 reg |= CMD_SW_RESET; in umac_reset()1461 reg &= ~CMD_SW_RESET; in umac_reset()
173 #define CMD_SW_RESET (1 << 13) macro
1879 bcmgenet_umac_writel(priv, CMD_SW_RESET, UMAC_CMD); in reset_umac()1882 if (!(reg & CMD_SW_RESET)) in reset_umac()