Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c4047 err = ice_read_phy_reg_e82x(hw, port, P_REG_PS, &val); in ice_stop_phy_timer_e82x()
4052 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e82x()
4057 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e82x()
4063 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e82x()
4124 err = ice_read_phy_reg_e82x(hw, port, P_REG_PS, &val); in ice_start_phy_timer_e82x()
4129 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4134 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4139 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4150 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4155 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
H A Dice_ptp_hw.h507 #define P_REG_PS 0x408 macro