Home
last modified time | relevance | path

Searched refs:ksz9021_phy_extended_read (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dmicrel.h32 int ksz9021_phy_extended_read(struct phy_device *phydev, int regnum);
/openbmc/u-boot/drivers/net/phy/
H A Dmicrel_ksz90x1.c223 int ksz9021_phy_extended_read(struct phy_device *phydev, int regnum) in ksz9021_phy_extended_read() function
234 return ksz9021_phy_extended_read(phydev, regnum); in ksz9021_phy_extread()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c158 ksz9021_phy_extended_read(phydev, in board_phy_config()