Home
last modified time | relevance | path

Searched refs:tsim_mask (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()
566 tsim_mask = TSINTR_TT1; in igb_ptp_feature_enable_82580()
571 tsim_mask = 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()
727 tsim_mask = 0; in igb_ptp_feature_enable_i210()
730 tsim_mask = TSINTR_TT1; in igb_ptp_feature_enable_i210()
738 tsim_mask = 0; in igb_ptp_feature_enable_i210()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_ptp.c254 u32 tsim, tsauxc, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igc_ptp_feature_enable_i225() local
280 tsim_mask = IGC_TSICR_AUTT1; in igc_ptp_feature_enable_i225()
283 tsim_mask = IGC_TSICR_AUTT0; 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()
326 tsim_mask = 0; in igc_ptp_feature_enable_i225()
329 tsim_mask = IGC_TSICR_TT1; in igc_ptp_feature_enable_i225()
337 tsim_mask = 0; in igc_ptp_feature_enable_i225()
340 tsim_mask = IGC_TSICR_TT0; in igc_ptp_feature_enable_i225()
372 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()

Completed in 6 milliseconds