Home
last modified time | relevance | path

Searched refs:SLICE_TX_EN (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dbcm-phy-ptp.c20 #define SLICE_TX_EN BIT(0) macro
817 ctrl |= priv->tx_type != HWTSTAMP_TX_OFF ? SLICE_TX_EN : 0; in bcm_ptp_hwtstamp()
835 if (ctrl & SLICE_TX_EN) in bcm_ptp_hwtstamp()