Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xe/
Dif_xereg.h660 #define PHY_BMSR_LINKSTAT 0x0004 /* Link is up */ macro
Dif_xe.c1078 if (bmsr & (PHY_BMSR_AUTONEGCOMP | PHY_BMSR_LINKSTAT)) { in xe_setmedia()
1146 if (bmsr & PHY_BMSR_LINKSTAT) { in xe_setmedia()
/freebsd-12-stable/sys/dev/my/
Dif_myreg.h585 #define PHY_BMSR_LINKSTAT 0x0004 macro
Dif_my.c477 if (my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_LINKSTAT) { in my_autoneg_mii()
1708 if (!(my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_LINKSTAT)) in my_watchdog()
/freebsd-12-stable/sys/dev/wb/
Dif_wb.c1561 if (!(wb_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_LINKSTAT))