Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_ptp.c466 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local
482 tsim_mask = TSINTR_AUTT1; in igb_ptp_feature_enable_i210()
485 tsim_mask = TSINTR_AUTT0; in igb_ptp_feature_enable_i210()
493 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
496 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()
524 tsim_mask = 0; in igb_ptp_feature_enable_i210()
527 tsim_mask = TSINTR_TT1; in igb_ptp_feature_enable_i210()
535 tsim_mask = 0; in igb_ptp_feature_enable_i210()
538 tsim_mask = TSINTR_TT0; in igb_ptp_feature_enable_i210()
566 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()