Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/mdio/
H A Dmdio-uclass.c49 struct ofnode_phandle_args phy_args; in mdio_device_get_from_eth() local
52 ret = dev_read_phandle_with_args(eth, "phy", NULL, 0, 0, &phy_args); in mdio_device_get_from_eth()
54 return mdio_device_get_from_phy(phy_args.node, devp); in mdio_device_get_from_eth()