Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c4605 err = ice_read_phy_reg_e82x(hw, port, P_REG_PS, &val); in ice_stop_phy_timer_e82x()
4610 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e82x()
4615 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e82x()
4621 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e82x()
4682 err = ice_read_phy_reg_e82x(hw, port, P_REG_PS, &val); in ice_start_phy_timer_e82x()
4687 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4692 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4697 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4708 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4713 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
H A Dice_ptp_hw.h554 #define P_REG_PS 0x408 macro