Searched refs:alx_read_phy_ext (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/atheros/alx/ |
D | hw.c | 193 int alx_read_phy_ext(struct alx_hw *hw, u8 dev, u16 reg, u16 *pdata) in alx_read_phy_ext() function 539 alx_read_phy_ext(hw, ALX_MIIEXT_PCS, ALX_MIIEXT_CLDCTRL3, in alx_reset_phy() 548 alx_read_phy_ext(hw, ALX_MIIEXT_PCS, ALX_MIIEXT_CLDCTRL5, in alx_reset_phy() 789 alx_read_phy_ext(hw, ALX_MIIEXT_PCS, ALX_MIIEXT_CLDCTRL6, in alx_post_phy_link() 803 alx_read_phy_ext(hw, ALX_MIIEXT_ANEG, ALX_MIIEXT_AFE, in alx_post_phy_link() 810 alx_read_phy_ext(hw, ALX_MIIEXT_ANEG, in alx_post_phy_link() 835 alx_read_phy_ext(hw, ALX_MIIEXT_ANEG, ALX_MIIEXT_AFE, in alx_post_phy_link() 1060 if (alx_read_phy_ext(hw, 3, MDIO_DEVS1, &devs1) || in alx_get_phy_info() 1061 alx_read_phy_ext(hw, 3, MDIO_DEVS2, &devs2)) in alx_get_phy_info()
|
D | hw.h | 554 int alx_read_phy_ext(struct alx_hw *hw, u8 dev, u16 reg, u16 *pdata);
|
D | main.c | 1580 err = alx_read_phy_ext(hw, devad, addr, &val); in alx_mdio_read()
|