Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c954 void __iomem *imdio_regs; in vsc9959_mdio_bus_alloc() local
975 imdio_regs = devm_ioremap_resource(dev, &res); in vsc9959_mdio_bus_alloc()
976 if (IS_ERR(imdio_regs)) in vsc9959_mdio_bus_alloc()
977 return PTR_ERR(imdio_regs); in vsc9959_mdio_bus_alloc()
979 hw = enetc_hw_alloc(dev, imdio_regs); in vsc9959_mdio_bus_alloc()