Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_ptp.c466 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh; in igb_ptp_feature_enable_i210() local
489 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
493 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
496 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()
499 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
532 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
544 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
547 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()
550 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()
556 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()
[all …]