Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c527 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()
537 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
572 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580()
630 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580()
683 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
693 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
744 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
767 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
773 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
779 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
[all …]
H A De1000_regs.h96 #define E1000_TSIM 0x0B674 /* Interrupt Mask Register */ macro