Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dxmphy.c220 if (bmsr & XMPHY_BMSR_LINK) in xmphy_status()
233 if (bmsr & XMPHY_BMSR_LINK) { in xmphy_status()
H A Dxmphyreg.h56 #define XMPHY_BMSR_LINK 0x0004 /* Link status */ macro