Searched refs:tsauxc_mask (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 518 tsauxc_mask = TSAUXC_EN_TS1; in igb_ptp_feature_enable_82580() 521 tsauxc_mask = TSAUXC_EN_TS0; in igb_ptp_feature_enable_82580() 529 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_82580() 532 tsauxc &= ~tsauxc_mask; in igb_ptp_feature_enable_82580() 559 tsauxc_mask = TSAUXC_EN_TT1; in igb_ptp_feature_enable_82580() 564 tsauxc_mask = TSAUXC_EN_TT0; in igb_ptp_feature_enable_82580() 625 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_82580() 646 u32 tsauxc, tsim, tsauxc_mask, tsim_mask, trgttiml, trgttimh, freqout; in igb_ptp_feature_enable_i210() local 667 tsauxc_mask in igb_ptp_feature_enable_i210() [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 273 tsauxc_mask = IGC_TSAUXC_EN_TS1; in igc_ptp_feature_enable_i225() 276 tsauxc_mask = IGC_TSAUXC_EN_TS0; in igc_ptp_feature_enable_i225() 284 tsauxc |= tsauxc_mask; in igc_ptp_feature_enable_i225() 287 tsauxc &= ~tsauxc_mask; in igc_ptp_feature_enable_i225() 315 tsauxc_mask = IGC_TSAUXC_EN_CLK1 | IGC_TSAUXC_ST1; in igc_ptp_feature_enable_i225() 318 tsauxc_mask = IGC_TSAUXC_EN_TT1; in igc_ptp_feature_enable_i225() 326 tsauxc_mask = IGC_TSAUXC_EN_CLK0 | IGC_TSAUXC_ST0; in igc_ptp_feature_enable_i225() 329 tsauxc_mask = IGC_TSAUXC_EN_TT0; in igc_ptp_feature_enable_i225() 380 tsauxc |= tsauxc_mask; in igc_ptp_feature_enable_i225() [all...] |