Home
last modified time | relevance | path

Searched refs:mdio_device_get_from_phy (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/mdio/
H A Dmdio-uclass.c25 int mdio_device_get_from_phy(ofnode phy_node, struct udevice **devp) in mdio_device_get_from_phy() function
38 ret = mdio_device_get_from_phy(phy_node, &mdio_dev); in mdio_mii_bus_get_from_phy()
54 return mdio_device_get_from_phy(phy_args.node, devp); in mdio_device_get_from_eth()
/openbmc/u-boot/include/net/
H A Dmdio.h29 int mdio_device_get_from_phy(ofnode phy_node, struct udevice **devp);