Searched refs:e1000_write_phy_reg_hv_locked (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/e1000/
H A De1000_ich8lan.c472 phy->ops.write_reg_locked = e1000_write_phy_reg_hv_locked;
1314 e1000_write_phy_reg_hv_locked(hw, CV_SMB_CTRL, phy_reg);
1333 ret_val = e1000_write_phy_reg_hv_locked(hw, HV_OEM_BITS,
1361 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1370 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1374 ret_val = e1000_write_phy_reg_hv_locked(hw, HV_OEM_BITS,
1482 e1000_write_phy_reg_hv_locked(hw, CV_SMB_CTRL, phy_reg);
1496 e1000_write_phy_reg_hv_locked(hw, HV_PM_CTRL, phy_reg);
1510 e1000_write_phy_reg_hv_locked(hw, I218_ULP_CONFIG1, phy_reg);
1514 e1000_write_phy_reg_hv_locked(h
[all...]
H A De1000_phy.c3729 * e1000_write_phy_reg_hv_locked - Write HV PHY register
3737 s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data) function
H A De1000_phy.h109 s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data);

Completed in 91 milliseconds