Searched refs:E1000_TSIM (Results 1 – 2 of 2) sorted by relevance
546 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()556 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()591 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()649 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()702 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()712 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()763 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()786 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()792 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()798 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()[all …]
96 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro