Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c533 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()
543 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
578 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()
636 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
689 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
699 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
750 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
773 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
779 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
785 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
[all …]
H A De1000_regs.h96 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro