Searched refs:tsauxc_mask (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 494 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, systiml, in igb_ptp_feature_enable_82580() local 519 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_82580() 522 tsauxc_mask = TSAUXC_EN_TS0; in igb_ptp_feature_enable_82580() 530 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_82580() 533 tsauxc &= ~tsauxc_mask; in igb_ptp_feature_enable_82580() 560 tsauxc_mask = TSAUXC_EN_TT1; in igb_ptp_feature_enable_82580() 565 tsauxc_mask = TSAUXC_EN_TT0; in igb_ptp_feature_enable_82580() 626 tsauxc |= tsauxc_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 675 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_i210() [all …]
|
/linux-6.6.21/drivers/net/ethernet/intel/igc/ |
D | igc_ptp.c | 254 u32 tsim, tsauxc, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igc_ptp_feature_enable_i225() local 279 tsauxc_mask = IGC_TSAUXC_EN_TS1; in igc_ptp_feature_enable_i225() 282 tsauxc_mask = IGC_TSAUXC_EN_TS0; in igc_ptp_feature_enable_i225() 290 tsauxc |= tsauxc_mask; in igc_ptp_feature_enable_i225() 293 tsauxc &= ~tsauxc_mask; in igc_ptp_feature_enable_i225() 325 tsauxc_mask = IGC_TSAUXC_EN_CLK1 | IGC_TSAUXC_ST1; in igc_ptp_feature_enable_i225() 328 tsauxc_mask = IGC_TSAUXC_EN_TT1; in igc_ptp_feature_enable_i225() 336 tsauxc_mask = IGC_TSAUXC_EN_CLK0 | IGC_TSAUXC_ST0; in igc_ptp_feature_enable_i225() 339 tsauxc_mask = IGC_TSAUXC_EN_TT0; in igc_ptp_feature_enable_i225() 390 tsauxc |= tsauxc_mask; in igc_ptp_feature_enable_i225()
|