Searched refs:phyREG_00_BMCR (Results 1 – 1 of 1) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/ |
D | phyHandling.c | 90 #define phyREG_00_BMCR 0x00U /* Basic Mode Control Register. */ macro 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() 327 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset() 328 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulConfig & ~phyBMCR_RESET ); in xPhyReset() 438 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyConfigure() 530 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulValue ); in xPhyFixedValue() 562 …pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, pxPhyObject->ulBCRValue | phyBMCR_AN_RESTART… in xPhyStartAutoNegotiation() 623 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, pxPhyObject->ulBCRValue ); in xPhyStartAutoNegotiation()
|