Searched refs:mac_tscr (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-hwtstamp.c | 125 void xgbe_config_tstamp(struct xgbe_prv_data *pdata, unsigned int mac_tscr) in xgbe_config_tstamp() argument 130 value |= mac_tscr; in xgbe_config_tstamp() 175 unsigned int mac_tscr = 0; in xgbe_set_hwtstamp_settings() local 182 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1); in xgbe_set_hwtstamp_settings() 195 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENALL, 1); in xgbe_set_hwtstamp_settings() 196 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1); in xgbe_set_hwtstamp_settings() 201 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSVER2ENA, 1); in xgbe_set_hwtstamp_settings() 204 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV4ENA, 1); in xgbe_set_hwtstamp_settings() 205 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSIPV6ENA, 1); in xgbe_set_hwtstamp_settings() 206 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, SNAPTYPSEL, 1); in xgbe_set_hwtstamp_settings() [all …]
|
| H A D | xgbe.h | 1319 void xgbe_config_tstamp(struct xgbe_prv_data *pdata, unsigned int mac_tscr);
|