Home
last modified time | relevance | path

Searched refs:tsauxc_mask (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_ptp.c255 u32 tsim, tsauxc, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igc_ptp_feature_enable_i225() local
280 tsauxc_mask = IGC_TSAUXC_EN_TS1; in igc_ptp_feature_enable_i225()
283 tsauxc_mask = IGC_TSAUXC_EN_TS0; in igc_ptp_feature_enable_i225()
291 tsauxc |= tsauxc_mask; in igc_ptp_feature_enable_i225()
294 tsauxc &= ~tsauxc_mask; in igc_ptp_feature_enable_i225()
326 tsauxc_mask = IGC_TSAUXC_EN_CLK1; in igc_ptp_feature_enable_i225()
329 tsauxc_mask = IGC_TSAUXC_EN_TT1; in igc_ptp_feature_enable_i225()
337 tsauxc_mask = IGC_TSAUXC_EN_CLK0; in igc_ptp_feature_enable_i225()
340 tsauxc_mask = IGC_TSAUXC_EN_TT0; in igc_ptp_feature_enable_i225()
370 tsauxc |= tsauxc_mask; in igc_ptp_feature_enable_i225()
/Linux-v5.15/drivers/net/ethernet/intel/igb/
Digb_ptp.c516 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local
544 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_i210()
547 tsauxc_mask = TSAUXC_EN_TS0; in igb_ptp_feature_enable_i210()
555 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_i210()
558 tsauxc &= ~tsauxc_mask; in igb_ptp_feature_enable_i210()
590 tsauxc_mask = TSAUXC_EN_CLK1 | TSAUXC_ST1; in igb_ptp_feature_enable_i210()
593 tsauxc_mask = TSAUXC_EN_TT1; in igb_ptp_feature_enable_i210()
601 tsauxc_mask = TSAUXC_EN_CLK0 | TSAUXC_ST0; in igb_ptp_feature_enable_i210()
604 tsauxc_mask = TSAUXC_EN_TT0; in igb_ptp_feature_enable_i210()
632 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_i210()