Searched refs:PHY_BMSR_LINKSTAT (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/my/
H A Dif_myreg.h583 #define PHY_BMSR_LINKSTAT 0x0004 macro
H A Dif_my.c472 if (my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_LINKSTAT) {
1705 if (!(my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_LINKSTAT))
/freebsd-10-stable/sys/dev/xe/
H A Dif_xereg.h658 #define PHY_BMSR_LINKSTAT 0x0004 /* Link is up */ macro
H A Dif_xe.c1073 if (bmsr & (PHY_BMSR_AUTONEGCOMP | PHY_BMSR_LINKSTAT)) {
1141 if (bmsr & PHY_BMSR_LINKSTAT) {
/freebsd-10-stable/sys/dev/wb/
H A Dif_wb.c1560 if (!(wb_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_LINKSTAT))

Completed in 84 milliseconds