Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/hsi/
Dcs-protocol.h105 struct cs_timestamp tstamp_rx_ctrl; member
/Linux-v5.4/drivers/net/ethernet/renesas/
Dravb_main.c579 u32 get_ts = priv->tstamp_rx_ctrl & RAVB_RXTSTAMP_TYPE; in ravb_rx()
1722 if (priv->tstamp_rx_ctrl & RAVB_RXTSTAMP_TYPE_V2_L2_EVENT) in ravb_hwtstamp_get()
1724 else if (priv->tstamp_rx_ctrl & RAVB_RXTSTAMP_TYPE_ALL) in ravb_hwtstamp_get()
1738 u32 tstamp_rx_ctrl = RAVB_RXTSTAMP_ENABLED; in ravb_hwtstamp_set() local
1761 tstamp_rx_ctrl = 0; in ravb_hwtstamp_set()
1764 tstamp_rx_ctrl |= RAVB_RXTSTAMP_TYPE_V2_L2_EVENT; in ravb_hwtstamp_set()
1768 tstamp_rx_ctrl |= RAVB_RXTSTAMP_TYPE_ALL; in ravb_hwtstamp_set()
1772 priv->tstamp_rx_ctrl = tstamp_rx_ctrl; in ravb_hwtstamp_set()
Dravb.h1014 u32 tstamp_rx_ctrl; member
/Linux-v5.4/drivers/hsi/clients/
Dcmt_speech.c443 &hi->mmap_cfg->tstamp_rx_ctrl; in cs_hsi_read_on_control_complete()