Lines Matching refs:tsim
466 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh; 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()
532 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
544 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
547 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()
550 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
556 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
558 tsim |= TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
560 tsim &= ~TSINTR_SYS_WRAP; in igb_ptp_feature_enable_i210()
561 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()