Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/fsl/
H A Denetc_mdio.h46 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs);
62 static inline struct enetc_hw *enetc_hw_alloc(struct device *dev, in enetc_hw_alloc() function
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_mdio.c220 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc() function
232 EXPORT_SYMBOL_GPL(enetc_hw_alloc);
H A Denetc_pci_mdio.c29 hw = enetc_hw_alloc(dev, port_regs); in enetc_pci_mdio_probe()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c988 hw = enetc_hw_alloc(dev, imdio_regs); in vsc9959_mdio_bus_alloc()