Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
HDphyHandling.c107 #define phyBMCR_RESET 0x8000U /* Reset the PHY. */ macro
282 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulConfig | phyBMCR_RESET ); in xPhyReset()
297 if( ( ulConfig & phyBMCR_RESET ) == 0 ) in xPhyReset()
328 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulConfig & ~phyBMCR_RESET ); in xPhyReset()