Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c267 uint32_t ulDoneMask, ulConfig; in xPhyReset() local
281 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset()
282 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulConfig | phyBMCR_RESET ); in xPhyReset()
295 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset()
297 if( ( ulConfig & phyBMCR_RESET ) == 0 ) in xPhyReset()
327 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset()
328 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulConfig & ~phyBMCR_RESET ); in xPhyReset()
341 uint32_t ulConfig, ulAdvertise; in xPhyConfigure() local
438 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyConfigure()
440 ulConfig &= ~( phyBMCR_SPEED_100 | phyBMCR_FULL_DUPLEX ); in xPhyConfigure()
[all …]