Lines Matching refs:tsim

499 	u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, systiml,  in igb_ptp_feature_enable_82580()  local
532 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()
536 tsim |= tsim_mask; in igb_ptp_feature_enable_82580()
539 tsim &= ~tsim_mask; in igb_ptp_feature_enable_82580()
542 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
577 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()
580 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_82580()
583 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_82580()
632 tsim |= tsim_mask; in igb_ptp_feature_enable_82580()
635 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
652 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local
688 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
692 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
695 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()
698 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
749 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
752 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_i210()
755 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_i210()
769 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
772 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
778 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
780 tsim |= TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
782 tsim &= ~TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
784 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()