Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c248 dma_cap->atime_stamp = (hw_cap & DMA_HW_FEAT_TSVER2SEL) >> 13; in dwmac1000_get_hw_feature()
H A Dcommon.h348 unsigned int atime_stamp; member
H A Ddwmac4_dma.c358 dma_cap->atime_stamp = (hw_cap & GMAC_HW_FEAT_TSSEL) >> 12; in dwmac4_get_hw_feature()
H A Ddwxgmac2_dma.c379 dma_cap->atime_stamp = (hw_cap & XGMAC_HWFEAT_TSSEL) >> 12; in dwxgmac2_get_hw_feature()
H A Dstmmac_main.c718 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_hwtstamp_get()
742 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_init_tstamp_counter()
794 if (xmac && priv->dma_cap.atime_stamp) in stmmac_init_ptp()
797 else if (priv->extend_desc && priv->dma_cap.atime_stamp) in stmmac_init_ptp()
4526 (priv->dma_cap.atime_stamp) ? "Y" : "N"); in stmmac_dma_cap_show()
H A Dstmmac_ethtool.c922 if ((priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) { in stmmac_get_ts_info()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h413 unsigned int atime_stamp; member
H A Dsxgbe_main.c884 features->atime_stamp = SXGBE_HW_FEAT_IEEE1500_2008(rval); in sxgbe_get_hw_features()