Searched refs:E1000_TSIM (Results 1 – 2 of 2) sorted by relevance
533 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()543 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()578 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()636 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()689 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()699 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()750 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()773 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()779 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()785 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()[all …]
96 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro