Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb_ptp.c536 tsim |= tsim_mask; in igb_ptp_feature_enable_82580()
539 tsim &= ~tsim_mask; in igb_ptp_feature_enable_82580()
542 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
580 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_82580()
583 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_82580()
632 tsim |= tsim_mask; in igb_ptp_feature_enable_82580()
692 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
695 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()
752 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_i210()
755 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_i210()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_ptp.c287 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
291 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()
294 tsim &= ~tsim_mask; in igc_ptp_feature_enable_i225()
297 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()
348 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
352 tsim &= ~IGC_TSICR_TT1; in igc_ptp_feature_enable_i225()
356 tsim &= ~IGC_TSICR_TT0; in igc_ptp_feature_enable_i225()
372 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()
375 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()
381 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
[all …]

Completed in 6 milliseconds