Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/igb/
Digb_ptp.c494 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, systiml, in igb_ptp_feature_enable_82580() local
520 tsim_mask = TSINTR_AUTT1; in igb_ptp_feature_enable_82580()
523 tsim_mask = TSINTR_AUTT0; in igb_ptp_feature_enable_82580()
531 tsim |= tsim_mask; in igb_ptp_feature_enable_82580()
534 tsim &= ~tsim_mask; in igb_ptp_feature_enable_82580()
561 tsim_mask = TSINTR_TT1; in igb_ptp_feature_enable_82580()
566 tsim_mask = TSINTR_TT0; in igb_ptp_feature_enable_82580()
627 tsim |= tsim_mask; in igb_ptp_feature_enable_82580()
647 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local
676 tsim_mask = TSINTR_AUTT1; in igb_ptp_feature_enable_i210()
[all …]
/linux-6.12.1/drivers/net/ethernet/intel/igc/
Digc_ptp.c255 u32 tsim, tsauxc, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igc_ptp_feature_enable_i225() local
281 tsim_mask = IGC_TSICR_AUTT1; in igc_ptp_feature_enable_i225()
284 tsim_mask = IGC_TSICR_AUTT0; 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()
327 tsim_mask = 0; in igc_ptp_feature_enable_i225()
330 tsim_mask = IGC_TSICR_TT1; in igc_ptp_feature_enable_i225()
338 tsim_mask = 0; in igc_ptp_feature_enable_i225()
341 tsim_mask = IGC_TSICR_TT0; in igc_ptp_feature_enable_i225()
392 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()