Searched refs:TSAUXC_ST0 (Results 1 – 2 of 2) sorted by relevance
577 tsauxc &= ~(TSAUXC_EN_TT0 | TSAUXC_EN_CLK0 | TSAUXC_ST0); in igb_ptp_feature_enable_82580()732 tsauxc_mask = TSAUXC_EN_CLK0 | TSAUXC_ST0; in igb_ptp_feature_enable_i210()749 tsauxc &= ~(TSAUXC_EN_TT0 | TSAUXC_EN_CLK0 | TSAUXC_ST0); in igb_ptp_feature_enable_i210()
568 #define TSAUXC_ST0 BIT(4) /* Start Clock 0 Toggle on Target Time 0. */ macro