Lines Matching refs:tsim
516 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local
552 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
556 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
559 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()
562 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
613 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
616 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_i210()
619 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_i210()
633 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
636 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
642 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
644 tsim |= TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
646 tsim &= ~TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
648 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()