Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/phy/
Dmdio_bus.c443 struct mii_bus *of_mdio_find_bus(struct device_node *mdio_bus_np) in of_mdio_find_bus() argument
447 if (!mdio_bus_np) in of_mdio_find_bus()
450 d = class_find_device_by_of_node(&mdio_bus_class, mdio_bus_np); in of_mdio_find_bus()
/linux-6.12.1/drivers/net/ethernet/xscale/
Dixp4xx_eth.c279 static struct device_node *mdio_bus_np; variable
565 err = of_mdiobus_register(mdio_bus, mdio_bus_np); in ixp4xx_mdio_register()
1468 mdio_bus_np = mdio_np; in ixp4xx_of_get_platdata()