Searched refs:E1000_TSIM (Results 1 – 2 of 2) sorted by relevance
503 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()513 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()559 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()582 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()588 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()593 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()1107 wr32(E1000_TSIM, TSYNC_INTERRUPTS); in igb_ptp_init()1195 wr32(E1000_TSIM, TSYNC_INTERRUPTS); in igb_ptp_reset()
115 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro