Lines Matching refs:tsim
254 u32 tsim, tsauxc, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igc_ptp_feature_enable_i225() local
287 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
291 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()
294 tsim &= ~tsim_mask; in igc_ptp_feature_enable_i225()
297 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()
348 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
352 tsim &= ~IGC_TSICR_TT1; in igc_ptp_feature_enable_i225()
356 tsim &= ~IGC_TSICR_TT0; in igc_ptp_feature_enable_i225()
372 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()
375 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()
381 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()
383 tsim |= IGC_TSICR_SYS_WRAP; in igc_ptp_feature_enable_i225()
385 tsim &= ~IGC_TSICR_SYS_WRAP; in igc_ptp_feature_enable_i225()
387 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()