Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/dsa/microchip/
H A Dksz_common.c2500 struct device_node *phy_node, *phy_parent_node; in ksz_parse_dt_phy_config() local
2518 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()