Lines Matching refs:tsim
255 u32 tsim, tsauxc, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igc_ptp_feature_enable_i225() local
288 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
292 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()
295 tsim &= ~tsim_mask; in igc_ptp_feature_enable_i225()
298 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()
349 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
353 tsim &= ~IGC_TSICR_TT1; in igc_ptp_feature_enable_i225()
357 tsim &= ~IGC_TSICR_TT0; in igc_ptp_feature_enable_i225()
392 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()
395 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()
401 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
403 tsim |= IGC_TSICR_SYS_WRAP; in igc_ptp_feature_enable_i225()
405 tsim &= ~IGC_TSICR_SYS_WRAP; in igc_ptp_feature_enable_i225()
407 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()