Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c91 #define phyREG_01_BMSR 0x01U /* Basic Mode Status Register. */ macro
583 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulRegValue ); in xPhyStartAutoNegotiation()
625 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulRegValue ); in xPhyStartAutoNegotiation()
792 if( pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulStatus ) == 0 ) in xPhyCheckLinkStatus()