Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_ptp.c503 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()
De1000_regs.h115 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro