Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c2582 ice_write_phy_reg_e82x(struct ice_hw *hw, u8 port, u16 offset, u32 val) in ice_write_phy_reg_e82x() function
2629 err = ice_write_phy_reg_e82x(hw, port, low_addr, low); in ice_write_40b_phy_reg_e82x()
2636 err = ice_write_phy_reg_e82x(hw, port, high_addr, high); in ice_write_40b_phy_reg_e82x()
2677 err = ice_write_phy_reg_e82x(hw, port, low_addr, low); in ice_write_64b_phy_reg_e82x()
2684 err = ice_write_phy_reg_e82x(hw, port, high_addr, high); in ice_write_64b_phy_reg_e82x()
2919 err = ice_write_phy_reg_e82x(hw, port, P_REG_WL, in ice_ptp_set_vernier_wl()
3024 err = ice_write_phy_reg_e82x(hw, port, P_REG_TX_TIMER_INC_PRE_L, in ice_ptp_prep_port_adj_e82x()
3029 err = ice_write_phy_reg_e82x(hw, port, P_REG_TX_TIMER_INC_PRE_U, in ice_ptp_prep_port_adj_e82x()
3035 err = ice_write_phy_reg_e82x(hw, port, P_REG_RX_TIMER_INC_PRE_L, in ice_ptp_prep_port_adj_e82x()
3040 err = ice_write_phy_reg_e82x(hw, port, P_REG_RX_TIMER_INC_PRE_U, in ice_ptp_prep_port_adj_e82x()
[all …]