Searched refs:tsim (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ptp.c | 494 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, systiml, in igb_ptp_feature_enable_82580() local 526 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580() 530 tsim |= tsim_mask; in igb_ptp_feature_enable_82580() 533 tsim &= ~tsim_mask; in igb_ptp_feature_enable_82580() 536 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580() 571 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580() 574 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_82580() 577 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_82580() 626 tsim |= tsim_mask; in igb_ptp_feature_enable_82580() 629 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580() [all …]
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ptp.c | 255 u32 tsim, tsauxc, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igc_ptp_feature_enable_i225() local 281 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225() 285 tsim |= tsim_mask; in igc_ptp_feature_enable_i225() 288 tsim &= ~tsim_mask; in igc_ptp_feature_enable_i225() 291 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225() 338 tsim = rd32(IGC_TSIM); in igc_ptp_feature_enable_i225() 342 tsim &= ~IGC_TSICR_TT1; in igc_ptp_feature_enable_i225() 346 tsim &= ~IGC_TSICR_TT0; in igc_ptp_feature_enable_i225() 381 tsim |= tsim_mask; in igc_ptp_feature_enable_i225() 384 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225() [all …]
|