Searched refs:ice_write_phy_reg_e82x (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp_hw.c | 2619 ice_write_phy_reg_e82x(struct ice_hw *hw, u8 port, u16 offset, u32 val) in ice_write_phy_reg_e82x() function 2666 err = ice_write_phy_reg_e82x(hw, port, low_addr, low); in ice_write_40b_phy_reg_e82x() 2673 err = ice_write_phy_reg_e82x(hw, port, high_addr, high); in ice_write_40b_phy_reg_e82x() 2714 err = ice_write_phy_reg_e82x(hw, port, low_addr, low); in ice_write_64b_phy_reg_e82x() 2721 err = ice_write_phy_reg_e82x(hw, port, high_addr, high); in ice_write_64b_phy_reg_e82x() 2956 err = ice_write_phy_reg_e82x(hw, port, P_REG_WL, in ice_ptp_set_vernier_wl() 3061 err = ice_write_phy_reg_e82x(hw, port, P_REG_TX_TIMER_INC_PRE_L, in ice_ptp_prep_port_adj_e82x() 3066 err = ice_write_phy_reg_e82x(hw, port, P_REG_TX_TIMER_INC_PRE_U, in ice_ptp_prep_port_adj_e82x() 3072 err = ice_write_phy_reg_e82x(hw, port, P_REG_RX_TIMER_INC_PRE_L, in ice_ptp_prep_port_adj_e82x() 3077 err = ice_write_phy_reg_e82x(hw, port, P_REG_RX_TIMER_INC_PRE_U, in ice_ptp_prep_port_adj_e82x() [all …]
|