Searched refs:E1000_TSIM (Results 1 – 2 of 2) sorted by relevance
509 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()519 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()565 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()588 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()594 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()599 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()1113 wr32(E1000_TSIM, TSYNC_INTERRUPTS); in igb_ptp_init()1201 wr32(E1000_TSIM, TSYNC_INTERRUPTS); in igb_ptp_reset()
116 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro