memac_mdio_softc_common
int memac_miibus_readreg(struct memac_mdio_softc_common *, int, int);
int memac_miibus_writereg(struct memac_mdio_softc_common *, int, int, int);
int memac_mdio_generic_attach(struct memac_mdio_softc_common *);
int memac_mdio_generic_detach(struct memac_mdio_softc_common *);
struct memac_mdio_softc_common scc;
memac_read_4(struct memac_mdio_softc_common *sc, uint32_t reg)
memac_write_4(struct memac_mdio_softc_common *sc, uint32_t reg, uint32_t val)
memac_miibus_wait_no_busy(struct memac_mdio_softc_common *sc)
memac_miibus_readreg(struct memac_mdio_softc_common *sc, int phy, int reg)
memac_miibus_writereg(struct memac_mdio_softc_common *sc, int phy, int reg, int data)
memac_mdio_generic_attach(struct memac_mdio_softc_common *sc)
memac_mdio_generic_detach(struct memac_mdio_softc_common *sc)
struct memac_mdio_softc_common scc;