Home
last modified time | relevance | path

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

/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c409 hw_feat->ts_src = XLGMAC_GET_REG_BITS(mac_hfr0, in xlgmac_get_all_hw_features()
547 switch (pdata->hw_feat.ts_src) { in xlgmac_print_all_hw_features()
Ddwc-xlgmac.h511 unsigned int ts_src; /* Timestamp Source */ member
/drivers/net/ethernet/amd/xgbe/
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()
Dxgbe.h976 unsigned int ts_src; /* Timestamp Source */ member