Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dciphyreg.h70 #define CIPHY_BMSR_ACOMP 0x0020 /* Autoneg complete */ macro
H A Dciphy.c246 if ((bmsr & CIPHY_BMSR_ACOMP) == 0) { in ciphy_status()