Searched refs:ice_write_phy_reg_e822 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_ptp_hw.c | 450 status = ice_write_phy_reg_e822(hw, port, low_addr, low); in ice_write_40b_phy_reg_e822() 457 status = ice_write_phy_reg_e822(hw, port, high_addr, high); in ice_write_40b_phy_reg_e822() 498 status = ice_write_phy_reg_e822(hw, port, low_addr, low); in ice_write_64b_phy_reg_e822() 505 status = ice_write_phy_reg_e822(hw, port, high_addr, high); in ice_write_64b_phy_reg_e822() 2447 status = ice_write_phy_reg_e822(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e822() 2452 status = ice_write_phy_reg_e822(hw, port, P_REG_PS, val); in ice_stop_phy_timer_e822() 2527 status = ice_write_phy_reg_e822(hw, port, P_REG_PS, val); in ice_start_phy_timer_e822() 2532 status = ice_write_phy_reg_e822(hw, port, P_REG_PS, val); in ice_start_phy_timer_e822() 2537 status = ice_write_phy_reg_e822(hw, port, P_REG_PS, val); in ice_start_phy_timer_e822() 2548 status = ice_write_phy_reg_e822(hw, port, P_REG_PS, val); in ice_start_phy_timer_e822() [all …]
|
| H A D | ice_ptp_hw.h | 149 ice_write_phy_reg_e822(struct ice_hw *hw, u8 port, u16 offset, u32 val);
|