Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c407 hw_feat->ts_src = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features()
545 switch (pdata->hw_feat.ts_src) { in xlgmac_print_all_hw_features()
H A Ddwc-xlgmac.h512 unsigned int ts_src; /* Timestamp Source */ member
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c771 hw_feat->ts_src = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TSSTSSEL); in xgbe_get_all_hw_features()
873 (hw_feat->ts_src == 1) ? "internal" : in xgbe_get_all_hw_features()
874 (hw_feat->ts_src == 2) ? "external" : in xgbe_get_all_hw_features()
875 (hw_feat->ts_src == 3) ? "internal/external" : "n/a"); in xgbe_get_all_hw_features()
H A Dxgbe.h1008 unsigned int ts_src; /* Timestamp Source */ member