Searched refs:TSAUXC_EN_TT1 (Results 1 – 2 of 2) sorted by relevance
560 tsauxc_mask = TSAUXC_EN_TT1; in igb_ptp_feature_enable_82580()574 tsauxc &= ~(TSAUXC_EN_TT1 | TSAUXC_EN_CLK1 | TSAUXC_ST1); in igb_ptp_feature_enable_82580()724 tsauxc_mask = TSAUXC_EN_TT1; in igb_ptp_feature_enable_i210()746 tsauxc &= ~(TSAUXC_EN_TT1 | TSAUXC_EN_CLK1 | TSAUXC_ST1); in igb_ptp_feature_enable_i210()
565 #define TSAUXC_EN_TT1 BIT(1) /* Enable target time 1. */ macro