Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c537 tsim |= tsim_mask; in igb_ptp_feature_enable_82580()
540 tsim &= ~tsim_mask; in igb_ptp_feature_enable_82580()
543 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
581 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_82580()
584 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_82580()
633 tsim |= tsim_mask; in igb_ptp_feature_enable_82580()
693 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
696 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()
753 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_i210()
756 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_i210()
[all …]
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c288 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
292 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()
295 tsim &= ~tsim_mask; in igc_ptp_feature_enable_i225()
298 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()
349 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
353 tsim &= ~IGC_TSICR_TT1; in igc_ptp_feature_enable_i225()
357 tsim &= ~IGC_TSICR_TT0; in igc_ptp_feature_enable_i225()
392 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()
395 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()
401 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
[all …]