Home
last modified time | relevance | path

Searched refs:PHY_BMSR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/my/
H A Dif_my.c405 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_autoneg_mii()
452 if (my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_AUTONEGCOMP) { in my_autoneg_mii()
455 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_autoneg_mii()
464 if (my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_LINKSTAT) { in my_autoneg_mii()
559 bmsr = my_phy_readreg(sc, PHY_BMSR); in my_getmode_mii()
901 phy_sts = my_phy_readreg(sc, PHY_BMSR); in my_attach()
1691 if (!(my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_LINKSTAT)) in my_watchdog()
H A Dif_myreg.h486 #define PHY_BMSR 0x01 macro