Searched refs:LPA_10FULL (Results 1 – 5 of 5) sorted by relevance
100 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro114 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)192 else if (negotiated & LPA_10FULL) in mii_nway_result()193 ret = LPA_10FULL; in mii_nway_result()
98 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro112 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
99 #define LPA_EF_DUPLEX ( LPA_10FULL | LPA_100FULL | LPA_EF_1000FULL | \103 #define LPA_OTHER ~( LPA_10FULL | LPA_10HALF | LPA_100FULL | \164 else if ( negotiated & LPA_10FULL ) in gmii_nway_result()165 return ( other_bits | LPA_10FULL ); in gmii_nway_result()
498 { LPA_10FULL, 0x04000400 | 0x00001000, in sis190_phy_task()
792 } else if (lpa & LPA_10FULL) { in update_linkspeed()