Home
last modified time | relevance | path

Searched refs:tsim_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
496 tsim_mask = TSINTR_AUTT1; in igb_ptp_feature_enable_i210()
499 tsim_mask = TSINTR_AUTT0; in igb_ptp_feature_enable_i210()
507 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()
510 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()
537 tsim_mask = 0; in igb_ptp_feature_enable_i210()
540 tsim_mask = TSINTR_TT1; in igb_ptp_feature_enable_i210()
548 tsim_mask = 0; in igb_ptp_feature_enable_i210()
551 tsim_mask = TSINTR_TT0; in igb_ptp_feature_enable_i210()
579 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()