Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dnsgphy.c215 switch (physup & (PHY_SUP_SPEED1 | PHY_SUP_SPEED0)) { in nsgphy_status()
216 case PHY_SUP_SPEED1: in nsgphy_status()
H A Dnsgphyreg.h57 #define PHY_SUP_SPEED1 0x0010 /* speed bit 1 */ macro