Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
H A Drtsn.c1137 ptp_priv->tstamp_tx_ctrl ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in rtsn_hwtstamp_get()
1161 u32 tstamp_tx_ctrl; in rtsn_hwtstamp_set() local
1174 tstamp_tx_ctrl = 0; in rtsn_hwtstamp_set()
1177 tstamp_tx_ctrl = RCAR_GEN4_TXTSTAMP_ENABLED; in rtsn_hwtstamp_set()
1198 ptp_priv->tstamp_tx_ctrl = tstamp_tx_ctrl; in rtsn_hwtstamp_set()
H A Drswitch.c1778 config.tx_type = ptp_priv->tstamp_tx_ctrl ? HWTSTAMP_TX_ON : in rswitch_hwstamp_get()
1800 u32 tstamp_tx_ctrl; in rswitch_hwstamp_set() local
1810 tstamp_tx_ctrl = 0; in rswitch_hwstamp_set()
1813 tstamp_tx_ctrl = RCAR_GEN4_TXTSTAMP_ENABLED; in rswitch_hwstamp_set()
1832 rdev->priv->ptp_priv->tstamp_tx_ctrl = tstamp_tx_ctrl; in rswitch_hwstamp_set()
H A Dravb_main.c2398 config.tx_type = priv->tstamp_tx_ctrl ? HWTSTAMP_TX_ON : in ravb_hwtstamp_get()
2421 u32 tstamp_tx_ctrl; in ravb_hwtstamp_set() local
2428 tstamp_tx_ctrl = 0; in ravb_hwtstamp_set()
2431 tstamp_tx_ctrl = RAVB_TXTSTAMP_ENABLED; in ravb_hwtstamp_set()
2449 priv->tstamp_tx_ctrl = tstamp_tx_ctrl; in ravb_hwtstamp_set()
H A Dravb.h1117 u32 tstamp_tx_ctrl; member