Searched refs:phy_args (Results 1 – 1 of 1) sorted by relevance
49 struct ofnode_phandle_args phy_args; in mdio_device_get_from_eth() local52 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()