Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/fsl/
H A Denetc_mdio.h44 int enetc_mdio_write_c45(struct mii_bus *bus, int phy_id, int devad, int regnum,
59 static inline int enetc_mdio_write_c45(struct mii_bus *bus, int phy_id, in enetc_mdio_write_c45() function
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_mdio.c91 int enetc_mdio_write_c45(struct mii_bus *bus, int phy_id, int dev_addr, in enetc_mdio_write_c45() function
127 EXPORT_SYMBOL_GPL(enetc_mdio_write_c45);
H A Denetc_pci_mdio.c45 bus->write_c45 = enetc_mdio_write_c45; in enetc_pci_mdio_probe()
H A Denetc_pf.c830 bus->write_c45 = enetc_mdio_write_c45; in enetc_mdio_probe()
868 bus->write_c45 = enetc_mdio_write_c45; in enetc_imdio_create()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1002 bus->write_c45 = enetc_mdio_write_c45; in vsc9959_mdio_bus_alloc()