Searched refs:ulUpperID (Results 1 – 1 of 1) sorted by relevance
235 uint32_t ulUpperID; in xPhyDiscover() local238 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_02_PHYSID1, &ulUpperID ); in xPhyDiscover()239 ulPhyID = ( ( ( uint32_t ) ulUpperID ) << 16 ) | ( ulLowerID & 0xFFF0U ); in xPhyDiscover()