Searched refs:TSAUXC_EN_CLK1 (Results 1 – 2 of 2) sorted by relevance
574 tsauxc &= ~(TSAUXC_EN_TT1 | TSAUXC_EN_CLK1 | TSAUXC_ST1); in igb_ptp_feature_enable_82580()721 tsauxc_mask = TSAUXC_EN_CLK1 | TSAUXC_ST1; in igb_ptp_feature_enable_i210()746 tsauxc &= ~(TSAUXC_EN_TT1 | TSAUXC_EN_CLK1 | TSAUXC_ST1); in igb_ptp_feature_enable_i210()
569 #define TSAUXC_EN_CLK1 BIT(5) /* Enable Configurable Frequency Clock 1. */ macro