Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_ptp.c382 tsim |= IGC_TSICR_SYS_WRAP; in igc_ptp_feature_enable_i225()
384 tsim &= ~IGC_TSICR_SYS_WRAP; in igc_ptp_feature_enable_i225()
1052 (adapter->pps_sys_wrap_on ? IGC_TSICR_SYS_WRAP : 0)); in igc_ptp_reset()
Digc_defines.h407 #define IGC_TSICR_SYS_WRAP BIT(0) /* SYSTIM Wrap around. */ macro
Digc_main.c4999 if (tsicr & IGC_TSICR_SYS_WRAP) { in igc_tsync_interrupt()
5003 ack |= IGC_TSICR_SYS_WRAP; in igc_tsync_interrupt()