Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb_ptp.c513 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, systiml, in igb_ptp_feature_enable_82580() local
546 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()
550 tsim |= tsim_mask; in igb_ptp_feature_enable_82580()
553 tsim &= ~tsim_mask; in igb_ptp_feature_enable_82580()
556 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
591 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()
594 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_82580()
597 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_82580()
646 tsim |= tsim_mask; in igb_ptp_feature_enable_82580()
649 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/igc/
Digc_ptp.c254 u32 tsim, tsauxc, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igc_ptp_feature_enable_i225() local
287 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()
351 tsim &= ~IGC_TSICR_TT1; in igc_ptp_feature_enable_i225()
354 tsim &= ~IGC_TSICR_TT0; in igc_ptp_feature_enable_i225()
370 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()
373 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()
[all …]