Lines Matching +full:10 +full:- +full:14

8  *   Copyright 2013 Maxime Ripard <maxime.ripard@free-electrons.com>
34 #define MII_CTRL1000 9 /* 1000BASE-T control */
35 #define MII_STAT1000 10 /* 1000BASE-T status */
37 #define MII_MDDAADR 14 /* MMD access address data */
47 #define MII_BMCR_LOOPBACK (1 << 14)
52 #define MII_BMCR_ISOLATE (1 << 10) /* Isolate data paths from MII */
59 #define MII_BMSR_100TX_FD (1 << 14) /* Can do 100mbps, full-duplex */
60 #define MII_BMSR_100TX_HD (1 << 13) /* Can do 100mbps, half-duplex */
61 #define MII_BMSR_10T_FD (1 << 12) /* Can do 10mbps, full-duplex */
62 #define MII_BMSR_10T_HD (1 << 11) /* Can do 10mbps, half-duplex */
63 #define MII_BMSR_100T2_FD (1 << 10) /* Can do 100mbps T2, full-duplex */
64 #define MII_BMSR_100T2_HD (1 << 9) /* Can do 100mbps T2, half-duplex */
67 #define MII_BMSR_AN_COMP (1 << 5) /* Auto-negotiation complete */
69 #define MII_BMSR_AUTONEG (1 << 3) /* Able to do auto-negotiation */
72 #define MII_BMSR_EXTCAP (1 << 0) /* Ext-reg capability */
76 #define MII_ANAR_PAUSE (1 << 10) /* Try for pause */
84 #define MII_ANLPAR_ACK (1 << 14)
86 #define MII_ANLPAR_PAUSE (1 << 10) /* can pause */
95 #define MII_ANER_NWAY (1 << 0) /* Can do N-way auto-nego */
99 #define MII_CTRL1000_MASTER (1 << 11) /* MASTER-SLAVE Manual Configuration Value */
100 #define MII_CTRL1000_PORT (1 << 10) /* T2_Repeater/DTE bit */
101 #define MII_CTRL1000_FULL (1 << 9) /* 1000BASE-T full duplex */
102 #define MII_CTRL1000_HALF (1 << 8) /* 1000BASE-T half duplex */
106 #define MII_STAT1000_FULL (1 << 11) /* 1000BASE-T full duplex */
107 #define MII_STAT1000_HALF (1 << 10) /* 1000BASE-T half duplex */
109 #define MII_EXTSTAT_1000T_FD (1 << 13) /* 1000BASE-T Full Duplex */
110 #define MII_EXTSTAT_1000T_HD (1 << 12) /* 1000BASE-T Half Duplex */