Lines Matching refs:msc
196 struct micphy_softc *msc = device_private(self); in micphyattach() local
197 struct mii_softc *sc = &msc->sc_mii; in micphyattach()
220 msc->sc_lstype = MICPHYF_LSTYPE_1F_42; in micphyattach()
224 msc->sc_lstype = MICPHYF_LSTYPE_1E_20; in micphyattach()
230 msc->sc_lstype = MICPHYF_LSTYPE_GIGA; in micphyattach()
232 msc->sc_lstype = MICPHYF_LSTYPE_DEFAULT; in micphyattach()
369 struct micphy_softc *msc = device_private(sc->mii_dev); in micphy_status() local
376 if (msc->sc_lstype == MICPHYF_LSTYPE_DEFAULT) { in micphy_status()
398 if (msc->sc_lstype == MICPHYF_LSTYPE_1F_42) { in micphy_status()
409 } else if (msc->sc_lstype == MICPHYF_LSTYPE_1E_20) { in micphy_status()
420 } else if (msc->sc_lstype == MICPHYF_LSTYPE_GIGA) { in micphy_status()