Searched refs:phy_parent_node (Results 1 – 1 of 1) sorted by relevance
2500 struct device_node *phy_node, *phy_parent_node; in ksz_parse_dt_phy_config() local2518 phy_parent_node = of_get_parent(phy_node); in ksz_parse_dt_phy_config()2519 if (!phy_parent_node) { in ksz_parse_dt_phy_config()2523 } else if (phy_parent_node != mdio_np) { in ksz_parse_dt_phy_config()2525 dp->index, mdio_np, phy_parent_node); in ksz_parse_dt_phy_config()2544 of_node_put(phy_parent_node); in ksz_parse_dt_phy_config()