Home
last modified time | relevance | path

Searched refs:E1000_TSIM (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/igb/
Digb_ptp.c552 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
562 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
613 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
636 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
642 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
648 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
1358 wr32(E1000_TSIM, in igb_ptp_reset()
De1000_regs.h96 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro