Searched refs:tsim (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c466 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh; igb_ptp_feature_enable_i210() local
489 tsim = rd32(E1000_TSIM); igb_ptp_feature_enable_i210()
493 tsim |= tsim_mask; igb_ptp_feature_enable_i210()
496 tsim &= ~tsim_mask; igb_ptp_feature_enable_i210()
499 wr32(E1000_TSIM, tsim); igb_ptp_feature_enable_i210()
532 tsim = rd32(E1000_TSIM); igb_ptp_feature_enable_i210()
544 tsim |= tsim_mask; igb_ptp_feature_enable_i210()
547 tsim &= ~tsim_mask; igb_ptp_feature_enable_i210()
550 wr32(E1000_TSIM, tsim); igb_ptp_feature_enable_i210()
556 tsim = rd32(E1000_TSIM); igb_ptp_feature_enable_i210()
558 tsim |= TSINTR_SYS_WRAP; igb_ptp_feature_enable_i210()
560 tsim &= ~TSINTR_SYS_WRAP; igb_ptp_feature_enable_i210()
561 wr32(E1000_TSIM, tsim); igb_ptp_feature_enable_i210()

Completed in 43 milliseconds