Home
last modified time | relevance | path

Searched refs:IGC_TSICR_SYS_WRAP (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c392 tsim |= IGC_TSICR_SYS_WRAP; in igc_ptp_feature_enable_i225()
394 tsim &= ~IGC_TSICR_SYS_WRAP; in igc_ptp_feature_enable_i225()
1338 (adapter->pps_sys_wrap_on ? IGC_TSICR_SYS_WRAP : 0)); in igc_ptp_reset()
H A Digc_defines.h470 #define IGC_TSICR_SYS_WRAP BIT(0) /* SYSTIM Wrap around. */ macro