Searched refs:alx_write_phy_ext (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 204 int alx_write_phy_ext(struct alx_hw *hw, u8 dev, u16 reg, u16 data) in alx_write_phy_ext() function 515 alx_write_phy_ext(hw, ALX_MIIEXT_PCS, ALX_MIIEXT_VDRVBIAS, in alx_reset_phy() 521 alx_write_phy_ext(hw, ALX_MIIEXT_ANEG, ALX_MIIEXT_LOCAL_EEEADV, 0); in alx_reset_phy() 532 alx_write_phy_ext(hw, ALX_MIIEXT_ANEG, ALX_MIIEXT_NLP78, in alx_reset_phy() 534 alx_write_phy_ext(hw, ALX_MIIEXT_ANEG, ALX_MIIEXT_S3DIG10, in alx_reset_phy() 541 alx_write_phy_ext(hw, ALX_MIIEXT_PCS, ALX_MIIEXT_CLDCTRL3, in alx_reset_phy() 550 alx_write_phy_ext(hw, ALX_MIIEXT_PCS, ALX_MIIEXT_CLDCTRL5, in alx_reset_phy() 805 alx_write_phy_ext(hw, ALX_MIIEXT_ANEG, ALX_MIIEXT_AFE, in alx_post_phy_link() 812 alx_write_phy_ext(hw, ALX_MIIEXT_ANEG, ALX_MIIEXT_AFE, in alx_post_phy_link() 837 alx_write_phy_ext(hw, ALX_MIIEXT_ANEG, ALX_MIIEXT_AFE, in alx_post_phy_link()
|
H A D | hw.h | 555 int alx_write_phy_ext(struct alx_hw *hw, u8 dev, u16 reg, u16 data);
|