Searched refs:ulLowerID (Results 1 – 1 of 1) sorted by relevance
228 uint32_t ulLowerID = 0U; in xPhyDiscover() local230 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_03_PHYSID2, &ulLowerID ); in xPhyDiscover()233 if( ( ulLowerID != ( uint16_t ) ~0U ) && ( ulLowerID != ( uint16_t ) 0U ) ) in xPhyDiscover()239 ulPhyID = ( ( ( uint32_t ) ulUpperID ) << 16 ) | ( ulLowerID & 0xFFF0U ); in xPhyDiscover()