Home
last modified time | relevance | path

Searched refs:PHY_ANAR_10BTHALF (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/xe/
HDif_xereg.h668 #define PHY_ANAR_10BTHALF 0x0020 /* 10Base-T half duplex capable */ macro
HDif_xe.c1057 anar |= PHY_ANAR_100BTXHALF | PHY_ANAR_10BTHALF; in xe_setmedia()
/NextBSD/sys/dev/my/
HDif_myreg.h507 #define PHY_ANAR_10BTHALF 0x0020 macro
HDif_my.c1648 else if (advert & PHY_ANAR_10BTHALF && ability & PHY_ANAR_10BTHALF) in my_ifmedia_sts()