Home
last modified time | relevance | path

Searched refs:ICE_DBG_PTP (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c250 ice_debug(hw, ICE_DBG_PTP, "Failed to read CGU register 0x%04x, err %d\n", in ice_read_cgu_reg_e82x()
283 ice_debug(hw, ICE_DBG_PTP, "Failed to write CGU register 0x%04x, err %d\n", in ice_write_cgu_reg_e82x()
393 ice_debug(hw, ICE_DBG_PTP, "Current CGU configuration -- %s, clk_src %s, clk_freq %s, PLL %s\n", in ice_cfg_cgu_pll_e82x()
471 ice_debug(hw, ICE_DBG_PTP, "New CGU configuration -- %s, clk_src %s, clk_freq %s, PLL %s\n", in ice_cfg_cgu_pll_e82x()
548 ice_debug(hw, ICE_DBG_PTP, "Current CGU configuration -- %s, clk_src %s, clk_freq %s, PLL %s\n", in ice_cfg_cgu_pll_e825c()
653 ice_debug(hw, ICE_DBG_PTP, "New CGU configuration -- %s, clk_src %s, clk_freq %s, PLL %s\n", in ice_cfg_cgu_pll_e825c()
944 ice_debug(hw, ICE_DBG_PTP, "PTP failed to send msg to phy %d\n", in ice_write_phy_eth56g()
971 ice_debug(hw, ICE_DBG_PTP, "PTP failed to send msg to phy %d\n", in ice_read_phy_eth56g()
1357 ice_debug(hw, ICE_DBG_PTP, "Failed to read from low register %#08x\n, err %d", in ice_read_64b_phy_reg_eth56g()
1364 ice_debug(hw, ICE_DBG_PTP, "Failed to read from high register %#08x\n, err %d", in ice_read_64b_phy_reg_eth56g()
[all …]
H A Dice_type.h56 #define ICE_DBG_PTP BIT_ULL(19) macro