Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_ptp.c466 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local
481 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_i210()
484 tsauxc_mask = TSAUXC_EN_TS0; in igb_ptp_feature_enable_i210()
492 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_i210()
495 tsauxc &= ~tsauxc_mask; in igb_ptp_feature_enable_i210()
523 tsauxc_mask = TSAUXC_EN_CLK1 | TSAUXC_ST1; in igb_ptp_feature_enable_i210()
526 tsauxc_mask = TSAUXC_EN_TT1; in igb_ptp_feature_enable_i210()
534 tsauxc_mask = TSAUXC_EN_CLK0 | TSAUXC_ST0; in igb_ptp_feature_enable_i210()
537 tsauxc_mask = TSAUXC_EN_TT0; in igb_ptp_feature_enable_i210()
565 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_i210()