Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_ptp.c480 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local
495 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_i210()
498 tsauxc_mask = TSAUXC_EN_TS0; in igb_ptp_feature_enable_i210()
506 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_i210()
509 tsauxc &= ~tsauxc_mask; in igb_ptp_feature_enable_i210()
536 tsauxc_mask = TSAUXC_EN_CLK1 | TSAUXC_ST1; in igb_ptp_feature_enable_i210()
539 tsauxc_mask = TSAUXC_EN_TT1; in igb_ptp_feature_enable_i210()
547 tsauxc_mask = TSAUXC_EN_CLK0 | TSAUXC_ST0; in igb_ptp_feature_enable_i210()
550 tsauxc_mask = TSAUXC_EN_TT0; in igb_ptp_feature_enable_i210()
578 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_i210()