Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/phy/
Dmdio_bus.c434 struct mii_bus *of_mdio_find_bus(struct device_node *mdio_bus_np) in of_mdio_find_bus() argument
438 if (!mdio_bus_np) in of_mdio_find_bus()
441 d = class_find_device_by_of_node(&mdio_bus_class, mdio_bus_np); in of_mdio_find_bus()
/linux-6.1.9/drivers/net/ethernet/xscale/
Dixp4xx_eth.c271 static struct device_node *mdio_bus_np; variable
557 err = of_mdiobus_register(mdio_bus, mdio_bus_np); in ixp4xx_mdio_register()
1411 mdio_bus_np = mdio_np; in ixp4xx_of_get_platdata()