Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c255 dma_cap->atime_stamp = (hw_cap & DMA_HW_FEAT_TSVER2SEL) >> 13; in dwmac1000_get_hw_feature()
H A Ddwxgmac2_dma.c404 dma_cap->atime_stamp = (hw_cap & XGMAC_HWFEAT_TSSEL) >> 12; in dwxgmac2_get_hw_feature()
H A Ddwmac4_dma.c403 dma_cap->atime_stamp = (hw_cap & GMAC_HW_FEAT_TSSEL) >> 12; in dwmac4_get_hw_feature()
H A Dstmmac_main.c827 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_hwtstamp_get()
851 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_init_tstamp_counter()
906 if (xmac && priv->dma_cap.atime_stamp) in stmmac_init_ptp()
909 else if (priv->extend_desc && priv->dma_cap.atime_stamp) in stmmac_init_ptp()
6415 (priv->dma_cap.atime_stamp) ? "Y" : "N"); in stmmac_dma_cap_show()
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h413 unsigned int atime_stamp; member
H A Dsxgbe_main.c883 features->atime_stamp = SXGBE_HW_FEAT_IEEE1500_2008(rval); in sxgbe_get_hw_features()