Searched refs:tsauxc (Results 1 – 5 of 5) sorted by relevance
/openbmc/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 526 tsauxc = rd32(E1000_TSAUXC); 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() 536 wr32(E1000_TSAUXC, tsauxc); in igb_ptp_feature_enable_82580() 571 tsauxc = rd32(E1000_TSAUXC); in igb_ptp_feature_enable_82580() 574 tsauxc &= ~(TSAUXC_EN_TT1 | TSAUXC_EN_CLK1 | TSAUXC_ST1); in igb_ptp_feature_enable_82580() 577 tsauxc &= ~(TSAUXC_EN_TT0 | TSAUXC_EN_CLK0 | TSAUXC_ST0); in igb_ptp_feature_enable_82580() 626 tsauxc |= tsauxc_mask; in igb_ptp_feature_enable_82580() 629 wr32(E1000_TSAUXC, tsauxc); in igb_ptp_feature_enable_82580() [all …]
|
H A D | igb_main.c | 6887 u32 tsauxc; in igb_perout() local 6952 tsauxc = rd32(E1000_TSAUXC); in igb_perout() 6953 tsauxc |= TSAUXC_EN_TT0; in igb_perout() 6954 wr32(E1000_TSAUXC, tsauxc); in igb_perout()
|
/openbmc/linux/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 286 tsauxc = rd32(IGC_TSAUXC); 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() 296 wr32(IGC_TSAUXC, tsauxc); in igc_ptp_feature_enable_i225() 347 tsauxc = rd32(IGC_TSAUXC); in igc_ptp_feature_enable_i225() 350 tsauxc &= ~(IGC_TSAUXC_EN_TT1 | IGC_TSAUXC_EN_CLK1 | in igc_ptp_feature_enable_i225() 354 tsauxc &= ~(IGC_TSAUXC_EN_TT0 | IGC_TSAUXC_EN_CLK0 | in igc_ptp_feature_enable_i225() 390 tsauxc |= tsauxc_mask; in igc_ptp_feature_enable_i225() 393 wr32(IGC_TSAUXC, tsauxc); in igc_ptp_feature_enable_i225()
|
H A D | igc_main.c | 5303 u32 tsauxc, sec, nsec, tsicr; in igc_tsync_interrupt() local 5326 tsauxc = rd32(IGC_TSAUXC); in igc_tsync_interrupt() 5327 tsauxc |= IGC_TSAUXC_EN_TT0; in igc_tsync_interrupt() 5328 wr32(IGC_TSAUXC, tsauxc); in igc_tsync_interrupt() 5339 tsauxc = rd32(IGC_TSAUXC); in igc_tsync_interrupt() 5340 tsauxc |= IGC_TSAUXC_EN_TT1; in igc_tsync_interrupt() 5341 wr32(IGC_TSAUXC, tsauxc); in igc_tsync_interrupt()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 164 u32 esdp, tsauxc, clktiml, clktimh, trgttiml, trgttimh, rem; in ixgbe_ptp_setup_sdp_X540() local 186 tsauxc = (IXGBE_TSAUXC_EN_CLK | in ixgbe_ptp_setup_sdp_X540() 222 IXGBE_WRITE_REG(hw, IXGBE_TSAUXC, tsauxc); in ixgbe_ptp_setup_sdp_X540() 241 u32 esdp, tsauxc, freqout, trgttiml, trgttimh, rem, tssdp; in ixgbe_ptp_setup_sdp_X550() local 267 tsauxc = (IXGBE_TSAUXC_EN_CLK | IXGBE_TSAUXC_ST0 | in ixgbe_ptp_setup_sdp_X550() 314 IXGBE_WRITE_REG(hw, IXGBE_TSAUXC, tsauxc); in ixgbe_ptp_setup_sdp_X550() 1277 u32 tsauxc; in ixgbe_ptp_init_systime() local 1283 tsauxc = IXGBE_READ_REG(hw, IXGBE_TSAUXC); in ixgbe_ptp_init_systime() 1296 tsauxc & ~IXGBE_TSAUXC_DISABLE_SYSTIME); in ixgbe_ptp_init_systime()
|