Searched refs:LPA_100BASE4 (Results 1 – 3 of 3) sorted by relevance
106 #define LPA_100BASE4 0x0200 /* Can do 100mbps 4k packets */ macro115 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)188 else if (negotiated & LPA_100BASE4) in mii_nway_result()189 ret = LPA_100BASE4; in mii_nway_result()
104 #define LPA_100BASE4 0x0200 /* Can do 100mbps 4k packets */ macro113 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
96 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)160 else if ( negotiated & LPA_100BASE4 ) in gmii_nway_result()161 return ( other_bits | LPA_100BASE4 ); in gmii_nway_result()