Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daw_usbphy.c201 awusbphy_configure(device_t dev, int phyno) in awusbphy_configure() argument
207 if (sc->pmu[phyno] == NULL) in awusbphy_configure()
211 CLR4(sc->pmu[phyno], PMU_UNK_H3, PMU_UNK_H3_CLR); in awusbphy_configure()
213 SET4(sc->pmu[phyno], PMU_IRQ_ENABLE, PMU_ULPI_BYPASS | in awusbphy_configure()
/freebsd/sys/dev/usb/net/
H A Dif_axe.c520 int phyno; in axe_get_phyno() local
525 phyno = AXE_PHY_NO(sc->sc_phyaddrs[sel]); in axe_get_phyno()
534 phyno = -1; in axe_get_phyno()
538 return (phyno); in axe_get_phyno()
/freebsd/sys/dev/nfe/
H A Dif_nfe.c3243 int aneg, i, phyno; in nfe_set_linkspeed() local
3264 phyno = miisc->mii_phy; in nfe_set_linkspeed()
3267 nfe_miibus_writereg(sc->nfe_dev, phyno, MII_100T2CR, 0); in nfe_set_linkspeed()
3268 nfe_miibus_writereg(sc->nfe_dev, phyno, in nfe_set_linkspeed()
3270 nfe_miibus_writereg(sc->nfe_dev, phyno, in nfe_set_linkspeed()
/freebsd/sys/dev/re/
H A Dif_re.c3795 int aneg, i, phyno; in re_set_linkspeed() local
3816 phyno = miisc->mii_phy; in re_set_linkspeed()
3819 re_miibus_writereg(sc->rl_dev, phyno, MII_100T2CR, 0); in re_set_linkspeed()
3820 re_miibus_writereg(sc->rl_dev, phyno, in re_set_linkspeed()
3822 re_miibus_writereg(sc->rl_dev, phyno, in re_set_linkspeed()