Searched refs:xPhyIndex (Results 1 – 1 of 1) sorted by relevance
270 BaseType_t xPhyIndex; in xPhyReset() local276 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()[all …]