Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
H A Drtsn.c165 get_ts = priv->ptp_priv->tstamp_rx_ctrl & in rtsn_rx()
1139 switch (ptp_priv->tstamp_rx_ctrl & RCAR_GEN4_RXTSTAMP_TYPE) { in rtsn_hwtstamp_get()
1160 u32 tstamp_rx_ctrl; in rtsn_hwtstamp_set() local
1185 tstamp_rx_ctrl = 0; in rtsn_hwtstamp_set()
1188 tstamp_rx_ctrl = RCAR_GEN4_RXTSTAMP_ENABLED | in rtsn_hwtstamp_set()
1193 tstamp_rx_ctrl = RCAR_GEN4_RXTSTAMP_ENABLED | in rtsn_hwtstamp_set()
1199 ptp_priv->tstamp_rx_ctrl = tstamp_rx_ctrl; in rtsn_hwtstamp_set()
H A Drcar_gen4_ptp.h59 u32 tstamp_rx_ctrl; member
H A Drswitch.c823 get_ts = rdev->priv->ptp_priv->tstamp_rx_ctrl & RCAR_GEN4_RXTSTAMP_TYPE_V2_L2_EVENT; in rswitch_rx()
1783 switch (ptp_priv->tstamp_rx_ctrl & RCAR_GEN4_RXTSTAMP_TYPE) { in rswitch_hwstamp_get()
1801 u32 tstamp_rx_ctrl = RCAR_GEN4_RXTSTAMP_ENABLED; in rswitch_hwstamp_set() local
1824 tstamp_rx_ctrl = 0; in rswitch_hwstamp_set()
1827 tstamp_rx_ctrl |= RCAR_GEN4_RXTSTAMP_TYPE_V2_L2_EVENT; in rswitch_hwstamp_set()
1831 tstamp_rx_ctrl |= RCAR_GEN4_RXTSTAMP_TYPE_ALL; in rswitch_hwstamp_set()
1836 rdev->priv->ptp_priv->tstamp_rx_ctrl = tstamp_rx_ctrl; in rswitch_hwstamp_set()
H A Dravb_main.c994 u32 get_ts = priv->tstamp_rx_ctrl & RAVB_RXTSTAMP_TYPE; in ravb_rx_rcar()
2400 switch (priv->tstamp_rx_ctrl & RAVB_RXTSTAMP_TYPE) { in ravb_hwtstamp_get()
2420 u32 tstamp_rx_ctrl = RAVB_RXTSTAMP_ENABLED; in ravb_hwtstamp_set() local
2439 tstamp_rx_ctrl = 0; in ravb_hwtstamp_set()
2442 tstamp_rx_ctrl |= RAVB_RXTSTAMP_TYPE_V2_L2_EVENT; in ravb_hwtstamp_set()
2446 tstamp_rx_ctrl |= RAVB_RXTSTAMP_TYPE_ALL; in ravb_hwtstamp_set()
2450 priv->tstamp_rx_ctrl = tstamp_rx_ctrl; in ravb_hwtstamp_set()
H A Dravb.h1118 u32 tstamp_rx_ctrl; member
/linux/include/uapi/linux/hsi/
H A Dcs-protocol.h91 struct cs_timestamp tstamp_rx_ctrl; member
/linux/drivers/hsi/clients/
H A Dcmt_speech.c443 &hi->mmap_cfg->tstamp_rx_ctrl; in cs_hsi_read_on_control_complete()