Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c963 void __iomem *imdio_regs; in vsc9959_mdio_bus_alloc() local
984 imdio_regs = devm_ioremap_resource(dev, &res); in vsc9959_mdio_bus_alloc()
985 if (IS_ERR(imdio_regs)) in vsc9959_mdio_bus_alloc()
986 return PTR_ERR(imdio_regs); in vsc9959_mdio_bus_alloc()
988 hw = enetc_hw_alloc(dev, imdio_regs); in vsc9959_mdio_bus_alloc()