Home
last modified time | relevance | path

Searched refs:tsauxc_mask (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
481 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_i210()
484 tsauxc_mask = TSAUXC_EN_TS0; in igb_ptp_feature_enable_i210()
492 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_i210()
495 tsauxc &= ~tsauxc_mask; in igb_ptp_feature_enable_i210()
520 tsauxc_mask = TSAUXC_EN_TT1; in igb_ptp_feature_enable_i210()
525 tsauxc_mask = TSAUXC_EN_TT0; in igb_ptp_feature_enable_i210()
543 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_i210()
546 tsauxc &= ~tsauxc_mask; in igb_ptp_feature_enable_i210()