Searched refs:alx_read_phy_ext (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 193 int alx_read_phy_ext(struct alx_hw *hw, u8 dev, u16 reg, u16 *pdata) alx_read_phy_ext() function 539 alx_read_phy_ext(hw, ALX_MIIEXT_PCS, ALX_MIIEXT_CLDCTRL3, alx_reset_phy() 548 alx_read_phy_ext(hw, ALX_MIIEXT_PCS, ALX_MIIEXT_CLDCTRL5, alx_reset_phy() 789 alx_read_phy_ext(hw, ALX_MIIEXT_PCS, ALX_MIIEXT_CLDCTRL6, alx_post_phy_link() 803 alx_read_phy_ext(hw, ALX_MIIEXT_ANEG, ALX_MIIEXT_AFE, alx_post_phy_link() 810 alx_read_phy_ext(hw, ALX_MIIEXT_ANEG, alx_post_phy_link() 835 alx_read_phy_ext(hw, ALX_MIIEXT_ANEG, ALX_MIIEXT_AFE, alx_post_phy_link() 1046 if (alx_read_phy_ext(hw, 3, MDIO_DEVS1, &devs1) || alx_get_phy_info() 1047 alx_read_phy_ext(hw, 3, MDIO_DEVS2, &devs2)) alx_get_phy_info()
|
H A D | hw.h | 552 int alx_read_phy_ext(struct alx_hw *hw, u8 dev, u16 reg, u16 *pdata);
|
H A D | main.c | 1127 err = alx_read_phy_ext(hw, devad, addr, &val); alx_mdio_read()
|
Completed in 54 milliseconds