Home
last modified time | relevance | path

Searched refs:ulPhyID (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c151 static BaseType_t xHas_1F_PHYSPCS( uint32_t ulPhyID ) in xHas_1F_PHYSPCS() argument
155 switch( ulPhyID ) in xHas_1F_PHYSPCS()
185 static BaseType_t xHas_19_PHYCR( uint32_t ulPhyID ) in xHas_19_PHYCR() argument
189 switch( ulPhyID ) in xHas_19_PHYCR()
236 uint32_t ulPhyID; in xPhyDiscover() local
239 ulPhyID = ( ( ( uint32_t ) ulUpperID ) << 16 ) | ( ulLowerID & 0xFFF0U ); in xPhyDiscover()
242 pxPhyObject->ulPhyIDs[ pxPhyObject->xPortCount ] = ulPhyID; in xPhyDiscover()
417 uint32_t ulPhyID = pxPhyObject->ulPhyIDs[ xPhyIndex ]; in xPhyConfigure() local
462 if( xHas_19_PHYCR( ulPhyID ) ) in xPhyConfigure()
615 uint32_t ulPhyID = pxPhyObject->ulPhyIDs[ xPhyIndex ]; in xPhyStartAutoNegotiation() local
[all …]