Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igb/
Digb_ptp.c546 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()
556 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
591 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()
649 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
702 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
712 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
763 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
786 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
792 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
798 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
[all …]
De1000_regs.h96 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro