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

/freebsd-13-stable/sys/dev/my/
H A Dif_my.c410 phy_sts = my_phy_readreg(sc, PHY_BMSR);
457 if (my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_AUTONEGCOMP) {
460 phy_sts = my_phy_readreg(sc, PHY_BMSR);
469 if (my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_LINKSTAT) {
564 bmsr = my_phy_readreg(sc, PHY_BMSR);
907 phy_sts = my_phy_readreg(sc, PHY_BMSR);
1697 if (!(my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_LINKSTAT))
H A Dif_myreg.h488 #define PHY_BMSR 0x01 macro

Completed in 102 milliseconds