Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/fsl/
Denetc_mdio.h42 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs);
51 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc() function
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc_mdio.c161 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc() function
173 EXPORT_SYMBOL_GPL(enetc_hw_alloc);
Denetc_pci_mdio.c29 hw = enetc_hw_alloc(dev, port_regs); in enetc_pci_mdio_probe()
/linux-5.19.10/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c1334 hw = enetc_hw_alloc(dev, imdio_regs); in vsc9959_mdio_bus_alloc()