Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c545 uint32_t ulPHYLinkStatus, ulRegValue; in xPhyStartAutoNegotiation() local
583 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulRegValue ); in xPhyStartAutoNegotiation()
585 if( ( ulRegValue & phyBMSR_AN_COMPLETE ) != 0 ) in xPhyStartAutoNegotiation()
625 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulRegValue ); in xPhyStartAutoNegotiation()
627 if( ( ulRegValue & phyBMSR_LINK_STATUS ) != 0 ) in xPhyStartAutoNegotiation()
650 ulRegValue |= phyPHYSTS_SPEED_STATUS; in xPhyStartAutoNegotiation()
667 ulRegValue |= phyPHYSTS_DUPLEX_STATUS; in xPhyStartAutoNegotiation()
691 ulRegValue = 0; in xPhyStartAutoNegotiation()
696 ulRegValue |= phyPHYSTS_SPEED_STATUS; in xPhyStartAutoNegotiation()
702 ulRegValue |= phyPHYSTS_DUPLEX_STATUS; in xPhyStartAutoNegotiation()
[all …]