ar8216: replace ar8xxx_rmw with ar8xxx_reg_set where appropriate
[15.05/openwrt.git] / target / linux / generic / files / drivers / net / phy / ar8327.c
index 38c11cb..b69c33b 100644 (file)
@@ -886,13 +886,11 @@ ar8327_set_mirror_regs(struct ar8xxx_priv *priv)
                   (priv->monitor_port << AR8327_FWD_CTRL0_MIRROR_PORT_S));
 
        if (priv->mirror_rx)
-               ar8xxx_rmw(priv, AR8327_REG_PORT_LOOKUP(priv->source_port),
-                          AR8327_PORT_LOOKUP_ING_MIRROR_EN,
+               ar8xxx_reg_set(priv, AR8327_REG_PORT_LOOKUP(priv->source_port),
                           AR8327_PORT_LOOKUP_ING_MIRROR_EN);
 
        if (priv->mirror_tx)
-               ar8xxx_rmw(priv, AR8327_REG_PORT_HOL_CTRL1(priv->source_port),
-                          AR8327_PORT_HOL_CTRL1_EG_MIRROR_EN,
+               ar8xxx_reg_set(priv, AR8327_REG_PORT_HOL_CTRL1(priv->source_port),
                           AR8327_PORT_HOL_CTRL1_EG_MIRROR_EN);
 }