Searched refs:mac_tscr (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-hwtstamp.c | 130 value |= mac_tscr; in xgbe_config_tstamp() 172 unsigned int mac_tscr; in xgbe_set_hwtstamp_settings() local 177 mac_tscr = 0; in xgbe_set_hwtstamp_settings() 184 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1); in xgbe_set_hwtstamp_settings() 198 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1); in xgbe_set_hwtstamp_settings() 209 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1); in xgbe_set_hwtstamp_settings() 219 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1); in xgbe_set_hwtstamp_settings() 291 xgbe_config_tstamp(pdata, mac_tscr); in xgbe_set_hwtstamp_settings() 322 unsigned int mac_tscr = 0; in xgbe_init_ptp() local 346 XGMAC_SET_BITS(mac_tscr, MAC_TSCR, TSENA, 1); in xgbe_init_ptp() [all …]
|
| A D | xgbe.h | 1285 void xgbe_config_tstamp(struct xgbe_prv_data *pdata, unsigned int mac_tscr);
|
Completed in 13 milliseconds