Searched refs:PHY_SPEED_100 (Results 1 – 7 of 7) sorted by relevance
102 #define PHY_SPEED_100 2 macro103 #define PHY_SPEED_AUTO ( PHY_SPEED_10 | PHY_SPEED_100 )
387 else if( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_100 ) in xPhyConfigure()444 …if( ( pxPhyProperties->ucSpeed == ( uint8_t ) PHY_SPEED_100 ) || ( pxPhyProperties->ucSpeed == ( u… in xPhyConfigure()518 if( pxPhyObject->xPhyPreferences.ucSpeed == PHY_SPEED_100 ) in xPhyFixedValue()750 pxPhyObject->xPhyProperties.ucSpeed = PHY_SPEED_100; in xPhyStartAutoNegotiation()
95 #define PHY_SPEED_100 2 macro
533 prvGMACEnable100Mbps( xPhyObject.xPhyProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()545 prvGMACEnable100Mbps( xPHYProperties.ucSpeed == PHY_SPEED_100 ); in prvPHYLinkReset()
224 .ucSpeed = PHY_SPEED_100,698 if( xPHYProperties.ucSpeed == PHY_SPEED_100 ) in prvEthernetUpdateConfig()700 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_100; in prvEthernetUpdateConfig()
290 .ucSpeed = PHY_SPEED_100,1187 xPhyObject.xPhyPreferences.ucSpeed = PHY_SPEED_100; in prvEthernetUpdateConfig()
149 .ucSpeed = PHY_SPEED_100,