Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/fsl/
H A Denetc_mdio.h40 int enetc_mdio_read_c22(struct mii_bus *bus, int phy_id, int regnum);
50 static inline int enetc_mdio_read_c22(struct mii_bus *bus, int phy_id, in enetc_mdio_read_c22() function
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_mdio.c129 int enetc_mdio_read_c22(struct mii_bus *bus, int phy_id, int regnum) in enetc_mdio_read_c22() function
169 EXPORT_SYMBOL_GPL(enetc_mdio_read_c22);
H A Denetc_pci_mdio.c42 bus->read = enetc_mdio_read_c22; in enetc_pci_mdio_probe()
H A Denetc_pf.c827 bus->read = enetc_mdio_read_c22; in enetc_mdio_probe()
865 bus->read = enetc_mdio_read_c22; in enetc_imdio_create()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c999 bus->read = enetc_mdio_read_c22; in vsc9959_mdio_bus_alloc()