Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_ptp.c489 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
499 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
546 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
569 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
575 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
581 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
1271 wr32(E1000_TSIM, in igb_ptp_reset()
De1000_regs.h96 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro