Searched refs:E1000_TSIM (Results 1 – 2 of 2) sorted by relevance
527 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()537 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()572 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()630 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()683 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()693 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()744 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()767 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()773 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()779 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()[all …]
96 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro