Lines Matching refs:tsim
466 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()
575 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
577 tsim |= TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
579 tsim &= ~TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
581 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()