Searched refs:CIPHY_BMSR_ACOMP (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mii/ | ||
H A D | ciphyreg.h | 70 #define CIPHY_BMSR_ACOMP 0x0020 /* Autoneg complete */ macro |
H A D | ciphy.c | 246 if ((bmsr & CIPHY_BMSR_ACOMP) == 0) { in ciphy_status() |