Searched refs:of_mdio_parse_addr (Results 1 – 3 of 3) sorted by relevance
27 extern int of_mdio_parse_addr(struct device *dev, const struct device_node *np);65 static inline int of_mdio_parse_addr(struct device *dev, in of_mdio_parse_addr() function
91 int of_mdio_parse_addr(struct device *dev, const struct device_node *np) in of_mdio_parse_addr() function111 EXPORT_SYMBOL(of_mdio_parse_addr);146 addr = of_mdio_parse_addr(&mdio->dev, child); in of_mdiobus_register()
777 ret = of_mdio_parse_addr(&slave_dev->dev, phy_dn); in dsa_slave_phy_setup()