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.c509 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()
De1000_regs.h116 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro