Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_ptp_hw.c4557 err = ice_read_phy_reg_e82x(hw, port, P_REG_PS, &val); in ice_stop_phy_timer_e82x()
4562 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e82x()
4567 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e82x()
4573 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e82x()
4634 err = ice_read_phy_reg_e82x(hw, port, P_REG_PS, &val); in ice_start_phy_timer_e82x()
4639 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4644 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4649 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4660 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
4665 err = ice_write_phy_reg_e82x(hw, port, P_REG_PS, val); in ice_start_phy_timer_e82x()
Dice_ptp_hw.h557 #define P_REG_PS 0x408 macro