Searched refs:tsim (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/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 527 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580() 531 tsim |= tsim_mask; in igb_ptp_feature_enable_82580() 534 tsim &= ~tsim_mask; in igb_ptp_feature_enable_82580() 537 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580() 572 tsim = rd32(E1000_TSIM); in igb_ptp_feature_enable_82580() 575 tsim &= ~TSINTR_TT1; in igb_ptp_feature_enable_82580() 578 tsim &= ~TSINTR_TT0; in igb_ptp_feature_enable_82580() 627 tsim |= tsim_mask; in igb_ptp_feature_enable_82580() 630 wr32(E1000_TSIM, tsim); in igb_ptp_feature_enable_82580() 647 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; igb_ptp_feature_enable_i210() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | igb_ptp.c | 516 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local 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() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc_ptp.c | 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() 391 tsim |= tsim_mask; in igc_ptp_feature_enable_i225() 394 wr32(IGC_TSIM, tsim); in igc_ptp_feature_enable_i225() [all...] |
Completed in 5 milliseconds