Searched refs:jme_phyaddr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/jme/ |
| D | if_jme.c | 772 sc->jme_phyaddr = CSR_READ_4(sc, JME_GPREG0) & in jme_attach() 776 sc->jme_phyaddr); in jme_attach() 778 sc->jme_phyaddr = 0; in jme_attach() 845 sc->jme_flags & JME_FLAG_FPGA ? MII_PHY_ANY : sc->jme_phyaddr, in jme_attach() 860 sc->jme_phyaddr = miisc->mii_phy; in jme_attach() 864 if (sc->jme_phyaddr != 0) { in jme_attach() 866 "FPGA PHY is at %d\n", sc->jme_phyaddr); in jme_attach() 868 jme_miibus_writereg(dev, sc->jme_phyaddr, 27, in jme_attach() 1545 jme_miibus_writereg(sc->jme_dev, sc->jme_phyaddr, MII_100T2CR, 0); in jme_setlinkspeed() 1546 jme_miibus_writereg(sc->jme_dev, sc->jme_phyaddr, MII_ANAR, in jme_setlinkspeed() [all …]
|
| D | if_jmevar.h | 185 int jme_phyaddr; member
|