Lines Matching full:capable
675 #define PHY_STAT_CAP_T4 0x8000 /* 1=100Base-T4 capable */
676 #define PHY_STAT_CAP_TXF 0x4000 /* 1=100Base-X full duplex capable */
677 #define PHY_STAT_CAP_TXH 0x2000 /* 1=100Base-X half duplex capable */
678 #define PHY_STAT_CAP_TF 0x1000 /* 1=10Mbps full duplex capable */
679 #define PHY_STAT_CAP_TH 0x0800 /* 1=10Mbps half duplex capable */
683 #define PHY_STAT_CAP_ANEG 0x0008 /* 1=Auto negotiate capable */
697 #define PHY_AD_T4 0x0200 /* 1=PHY is capable of 100Base-T4 */
698 #define PHY_AD_TX_FDX 0x0100 /* 1=PHY is capable of 100Base-TX FDPLX */
699 #define PHY_AD_TX_HDX 0x0080 /* 1=PHY is capable of 100Base-TX HDPLX */
700 #define PHY_AD_10_FDX 0x0040 /* 1=PHY is capable of 10Base-T FDPLX */
701 #define PHY_AD_10_HDX 0x0020 /* 1=PHY is capable of 10Base-T HDPLX */
702 #define PHY_AD_CSMA 0x0001 /* 1=PHY is capable of 802.3 CMSA */