Lines Matching refs:tsauxc
494 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, systiml, in igb_ptp_feature_enable_82580() local
526 tsauxc = rd32(E1000_TSAUXC); in igb_ptp_feature_enable_82580()
530 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_82580()
533 tsauxc &= ~tsauxc_mask; in igb_ptp_feature_enable_82580()
536 wr32(E1000_TSAUXC, tsauxc); in igb_ptp_feature_enable_82580()
571 tsauxc = rd32(E1000_TSAUXC); in igb_ptp_feature_enable_82580()
574 tsauxc &= ~(TSAUXC_EN_TT1 | TSAUXC_EN_CLK1 | TSAUXC_ST1); in igb_ptp_feature_enable_82580()
577 tsauxc &= ~(TSAUXC_EN_TT0 | TSAUXC_EN_CLK0 | TSAUXC_ST0); in igb_ptp_feature_enable_82580()
626 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_82580()
629 wr32(E1000_TSAUXC, tsauxc); in igb_ptp_feature_enable_82580()
647 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local
682 tsauxc = rd32(E1000_TSAUXC); in igb_ptp_feature_enable_i210()
686 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_i210()
689 tsauxc &= ~tsauxc_mask; in igb_ptp_feature_enable_i210()
692 wr32(E1000_TSAUXC, tsauxc); in igb_ptp_feature_enable_i210()
743 tsauxc = rd32(E1000_TSAUXC); in igb_ptp_feature_enable_i210()
746 tsauxc &= ~(TSAUXC_EN_TT1 | TSAUXC_EN_CLK1 | TSAUXC_ST1); in igb_ptp_feature_enable_i210()
749 tsauxc &= ~(TSAUXC_EN_TT0 | TSAUXC_EN_CLK0 | TSAUXC_ST0); in igb_ptp_feature_enable_i210()
763 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_i210()
766 wr32(E1000_TSAUXC, tsauxc); in igb_ptp_feature_enable_i210()