Searched refs:tsauxc_mask (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 513 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, systiml, in igb_ptp_feature_enable_82580() local 538 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_82580() 541 tsauxc_mask = TSAUXC_EN_TS0; in igb_ptp_feature_enable_82580() 549 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_82580() 552 tsauxc &= ~tsauxc_mask; in igb_ptp_feature_enable_82580() 579 tsauxc_mask = TSAUXC_EN_TT1; in igb_ptp_feature_enable_82580() 584 tsauxc_mask = TSAUXC_EN_TT0; in igb_ptp_feature_enable_82580() 645 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_82580() 666 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local 694 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_i210() [all …]
|
/Linux-v6.1/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; 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; in igc_ptp_feature_enable_i225() 339 tsauxc_mask = IGC_TSAUXC_EN_TT0; in igc_ptp_feature_enable_i225() 369 tsauxc |= tsauxc_mask; in igc_ptp_feature_enable_i225()
|