Searched refs:phyBMCR_RESET (Results 1 – 1 of 1) sorted by relevance
107 #define phyBMCR_RESET 0x8000U /* Reset the PHY. */ macro282 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()