Searched refs:tsim (Results 1 – 2 of 2) sorted by relevance
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()352 tsim &= ~IGC_TSICR_TT1; in igc_ptp_feature_enable_i225()355 tsim &= ~IGC_TSICR_TT0; in igc_ptp_feature_enable_i225()371 tsim |= tsim_mask; in igc_ptp_feature_enable_i225()374 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225()380 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225()[all …]
552 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()556 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()559 tsim &= ~tsim_mask; in igb_ptp_feature_enable_i210()562 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()613 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()616 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_i210()619 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_i210()633 tsim |= tsim_mask; in igb_ptp_feature_enable_i210()636 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_i210()642 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_i210()[all …]
Completed in 9 milliseconds