Lines Matching refs:xPhyIndex

270     BaseType_t xPhyIndex;  in xPhyReset()  local
276 for( xPhyIndex = 0; xPhyIndex < pxPhyObject->xPortCount; xPhyIndex++ ) in xPhyReset()
278 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyReset()
291 for( xPhyIndex = 0; xPhyIndex < pxPhyObject->xPortCount; xPhyIndex++ ) in xPhyReset()
293 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyReset()
299 FreeRTOS_printf( ( "xPhyReset: phyBMCR_RESET %d ready\n", ( int ) xPhyIndex ) ); in xPhyReset()
300 ulDoneMask |= ( 1U << xPhyIndex ); in xPhyReset()
320 for( xPhyIndex = 0; xPhyIndex < pxPhyObject->xPortCount; xPhyIndex++ ) in xPhyReset()
322 if( ( ulDoneMask & ( 1U << xPhyIndex ) ) == 0U ) in xPhyReset()
324 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyReset()
342 BaseType_t xPhyIndex; in xPhyConfigure() local
414 for( xPhyIndex = 0; xPhyIndex < pxPhyObject->xPortCount; xPhyIndex++ ) in xPhyConfigure()
416 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyConfigure()
417 uint32_t ulPhyID = pxPhyObject->ulPhyIDs[ xPhyIndex ]; in xPhyConfigure()
508 BaseType_t xPhyIndex; in xPhyFixedValue() local
523 for( xPhyIndex = 0; xPhyIndex < pxPhyObject->xPortCount; xPhyIndex++, ulBitMask <<= 1 ) in xPhyFixedValue()
527 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyFixedValue()
544 uint32_t xPhyIndex, ulDoneMask, ulBitMask; in xPhyStartAutoNegotiation() local
554 for( xPhyIndex = 0; xPhyIndex < ( uint32_t ) pxPhyObject->xPortCount; xPhyIndex++ ) in xPhyStartAutoNegotiation()
556 if( ( ulPhyMask & ( 1lu << xPhyIndex ) ) != 0lu ) in xPhyStartAutoNegotiation()
558 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyStartAutoNegotiation()
575 …for( xPhyIndex = 0; xPhyIndex < ( uint32_t ) pxPhyObject->xPortCount; xPhyIndex++, ulBitMask <<= 1… in xPhyStartAutoNegotiation()
581 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyStartAutoNegotiation()
612 …for( xPhyIndex = 0; xPhyIndex < ( uint32_t ) pxPhyObject->xPortCount; xPhyIndex++, ulBitMask <<= 1… in xPhyStartAutoNegotiation()
614 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyStartAutoNegotiation()
615 uint32_t ulPhyID = pxPhyObject->ulPhyIDs[ xPhyIndex ]; in xPhyStartAutoNegotiation()
763 BaseType_t xPhyIndex; in xPhyCheckLinkStatus() local
773 for( xPhyIndex = 0; xPhyIndex < pxPhyObject->xPortCount; xPhyIndex++, ulBitMask <<= 1 ) in xPhyCheckLinkStatus()
788 for( xPhyIndex = 0; xPhyIndex < pxPhyObject->xPortCount; xPhyIndex++, ulBitMask <<= 1 ) in xPhyCheckLinkStatus()
790 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyCheckLinkStatus()