Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/microchip/
H A Dksz_common.c2430 struct device_node *phy_node, *phy_parent_node; in ksz_parse_dt_phy_config() local
2448 phy_parent_node = of_get_parent(phy_node); in ksz_parse_dt_phy_config()
2449 if (!phy_parent_node) { in ksz_parse_dt_phy_config()
2453 } else if (phy_parent_node != mdio_np) { in ksz_parse_dt_phy_config()
2455 dp->index, mdio_np, phy_parent_node); in ksz_parse_dt_phy_config()
2474 of_node_put(phy_parent_node); in ksz_parse_dt_phy_config()