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 | 2925 ice_write_phy_reg_e82x(struct ice_hw *hw, u8 port, u16 offset, u32 val) in ice_write_phy_reg_e82x() function 2972 err = ice_write_phy_reg_e82x(hw, port, low_addr, low); in ice_write_40b_phy_reg_e82x() 2979 err = ice_write_phy_reg_e82x(hw, port, high_addr, high); in ice_write_40b_phy_reg_e82x() 3020 err = ice_write_phy_reg_e82x(hw, port, low_addr, low); in ice_write_64b_phy_reg_e82x() 3027 err = ice_write_phy_reg_e82x(hw, port, high_addr, high); in ice_write_64b_phy_reg_e82x() 3261 err = ice_write_phy_reg_e82x(hw, port, P_REG_WL, in ice_ptp_set_vernier_wl() 3372 err = ice_write_phy_reg_e82x(hw, port, P_REG_TX_TIMER_INC_PRE_L, in ice_ptp_prep_port_adj_e82x() 3377 err = ice_write_phy_reg_e82x(hw, port, P_REG_TX_TIMER_INC_PRE_U, in ice_ptp_prep_port_adj_e82x() 3383 err = ice_write_phy_reg_e82x(hw, port, P_REG_RX_TIMER_INC_PRE_L, in ice_ptp_prep_port_adj_e82x() 3388 err = ice_write_phy_reg_e82x(hw, port, P_REG_RX_TIMER_INC_PRE_U, in ice_ptp_prep_port_adj_e82x() [all …]
|