Lines Matching refs:tsim
480 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local
503 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
507 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
510 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()
513 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
559 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
562 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_i210()
565 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_i210()
579 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
582 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
588 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
590 tsim |= TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
592 tsim &= ~TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
593 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()