Home
last modified time | relevance | path

Searched refs:tsim (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
489 tsim = rd32(E1000_TSIM); 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()
499 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
546 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
549 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_i210()
552 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_i210()
566 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
569 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
[all …]