Searched refs:tsim_mask (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 520 tsim_mask = TSINTR_AUTT1; in igb_ptp_feature_enable_82580() 523 tsim_mask = TSINTR_AUTT0; 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() 561 tsim_mask = TSINTR_TT1; in igb_ptp_feature_enable_82580() 566 tsim_mask = TSINTR_TT0; in igb_ptp_feature_enable_82580() 627 tsim |= tsim_mask; in igb_ptp_feature_enable_82580() 647 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local 676 tsim_mask in igb_ptp_feature_enable_i210() [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 545 tsim_mask = TSINTR_AUTT1; in igb_ptp_feature_enable_i210() 548 tsim_mask = TSINTR_AUTT0; 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() 591 tsim_mask = 0; in igb_ptp_feature_enable_i210() 594 tsim_mask = TSINTR_TT1; in igb_ptp_feature_enable_i210() 602 tsim_mask = 0; in igb_ptp_feature_enable_i210() 605 tsim_mask = TSINTR_TT0; in igb_ptp_feature_enable_i210() 633 tsim |= tsim_mask; 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 280 tsim_mask = IGC_TSICR_AUTT1; in igc_ptp_feature_enable_i225() 283 tsim_mask = IGC_TSICR_AUTT0; 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() 326 tsim_mask = 0; in igc_ptp_feature_enable_i225() 329 tsim_mask = IGC_TSICR_TT1; in igc_ptp_feature_enable_i225() 337 tsim_mask = 0; in igc_ptp_feature_enable_i225() 340 tsim_mask = IGC_TSICR_TT0; in igc_ptp_feature_enable_i225() 391 tsim |= tsim_mask; in igc_ptp_feature_enable_i225() [all...] |
Completed in 4 milliseconds