Lines Matching defs:nse_ctrl
139 u16 nse_ctrl;
256 err = bcm_ptp_framesync_ts(priv->phydev, sts, ts, priv->nse_ctrl);
269 ctrl = bcm_ptp_framesync_disable(phydev, priv->nse_ctrl);
290 bcm_ptp_framesync_restore(phydev, priv->nse_ctrl);
315 err = bcm_ptp_framesync_ts(priv->phydev, NULL, &ts, priv->nse_ctrl);
363 ctrl = bcm_ptp_framesync_disable(priv->phydev, priv->nse_ctrl);
378 bcm_ptp_framesync_restore(priv->phydev, priv->nse_ctrl);
527 priv->nse_ctrl &= ~(NSE_SYNC_OUT_MASK | NSE_SYNC1_FRAMESYNC |
529 bcm_phy_write_exp(priv->phydev, NSE_CTRL, priv->nse_ctrl);
553 bcm_ptp_framesync_ts(phydev, NULL, &ts, priv->nse_ctrl);
564 priv->nse_ctrl & ~NSE_ONESHOT_EN);
575 priv->nse_ctrl |= NSE_ONESHOT_EN;
576 bcm_ptp_framesync_restore(phydev, priv->nse_ctrl);
675 bcm_ptp_framesync_disable(phydev, priv->nse_ctrl);
677 priv->nse_ctrl |= NSE_SYNC1_FRAMESYNC | NSE_CAPTURE_EN;
679 bcm_ptp_framesync_restore(phydev, priv->nse_ctrl);
898 priv->nse_ctrl = NSE_GMODE_EN;