Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/igb/
Digb_ptp.c494 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, systiml, in igb_ptp_feature_enable_82580() local
519 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_82580()
522 tsauxc_mask = TSAUXC_EN_TS0; 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()
560 tsauxc_mask = TSAUXC_EN_TT1; in igb_ptp_feature_enable_82580()
565 tsauxc_mask = TSAUXC_EN_TT0; in igb_ptp_feature_enable_82580()
626 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_82580()
647 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local
675 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_i210()
[all …]
/linux-6.12.1/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 | IGC_TSAUXC_ST1; 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 | IGC_TSAUXC_ST0; in igc_ptp_feature_enable_i225()
340 tsauxc_mask = IGC_TSAUXC_EN_TT0; in igc_ptp_feature_enable_i225()
391 tsauxc |= tsauxc_mask; in igc_ptp_feature_enable_i225()