Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/hsi/
Dcs-protocol.h104 struct cs_timestamp tstamp_rx_ctrl; member
/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb_main.c543 u32 get_ts = priv->tstamp_rx_ctrl & RAVB_RXTSTAMP_TYPE; in ravb_rx()
1522 if (priv->tstamp_rx_ctrl & RAVB_RXTSTAMP_TYPE_V2_L2_EVENT) in ravb_hwtstamp_get()
1524 else if (priv->tstamp_rx_ctrl & RAVB_RXTSTAMP_TYPE_ALL) in ravb_hwtstamp_get()
1538 u32 tstamp_rx_ctrl = RAVB_RXTSTAMP_ENABLED; in ravb_hwtstamp_set() local
1561 tstamp_rx_ctrl = 0; in ravb_hwtstamp_set()
1564 tstamp_rx_ctrl |= RAVB_RXTSTAMP_TYPE_V2_L2_EVENT; in ravb_hwtstamp_set()
1568 tstamp_rx_ctrl |= RAVB_RXTSTAMP_TYPE_ALL; in ravb_hwtstamp_set()
1572 priv->tstamp_rx_ctrl = tstamp_rx_ctrl; in ravb_hwtstamp_set()
Dravb.h795 u32 tstamp_rx_ctrl; member
/linux-4.4.14/drivers/hsi/clients/
Dcmt_speech.c456 &hi->mmap_cfg->tstamp_rx_ctrl; in cs_hsi_read_on_control_complete()