Lines Matching refs:xPhyAddress

222     BaseType_t xPhyAddress;  in xPhyDiscover()  local
226 for( xPhyAddress = phyMIN_PHY_ADDRESS; xPhyAddress <= phyMAX_PHY_ADDRESS; xPhyAddress++ ) in xPhyDiscover()
230 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_03_PHYSID2, &ulLowerID ); in xPhyDiscover()
238 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_02_PHYSID1, &ulUpperID ); in xPhyDiscover()
241 pxPhyObject->ucPhyIndexes[ pxPhyObject->xPortCount ] = xPhyAddress; in xPhyDiscover()
278 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; 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()
293 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyReset() local
295 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset()
324 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyReset() local
327 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset()
328 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulConfig & ~phyBMCR_RESET ); in xPhyReset()
416 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyConfigure() local
420 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_04_ADVERTISE, ulAdvertise ); in xPhyConfigure()
438 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyConfigure()
466 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_19_PHYCR, &ulPhyControl ); in xPhyConfigure()
487 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_19_PHYCR, ulPhyControl ); in xPhyConfigure()
527 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyFixedValue() local
530 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, ulValue ); in xPhyFixedValue()
558 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyStartAutoNegotiation() local
561 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_04_ADVERTISE, pxPhyObject->ulACRValue ); in xPhyStartAutoNegotiation()
562 …pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, pxPhyObject->ulBCRValue | phyBMCR_AN_RESTART… in xPhyStartAutoNegotiation()
581 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyStartAutoNegotiation() local
583 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulRegValue ); in xPhyStartAutoNegotiation()
614 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyStartAutoNegotiation() local
623 pxPhyObject->fnPhyWrite( xPhyAddress, phyREG_00_BMCR, pxPhyObject->ulBCRValue ); in xPhyStartAutoNegotiation()
625 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulRegValue ); in xPhyStartAutoNegotiation()
641 pxPhyObject->fnPhyRead( xPhyAddress, 0x1E, &ulControlStatus ); in xPhyStartAutoNegotiation()
688 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_1F_PHYSPCS, &ulControlStatus ); in xPhyStartAutoNegotiation()
710 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_1F_PHYSPCS, &ulControlStatus ); in xPhyStartAutoNegotiation()
726 pxPhyObject->fnPhyRead( xPhyAddress, PHYREG_10_PHYSTS, &ulRegValue ); in xPhyStartAutoNegotiation()
790 BaseType_t xPhyAddress = pxPhyObject->ucPhyIndexes[ xPhyIndex ]; in xPhyCheckLinkStatus() local
792 if( pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulStatus ) == 0 ) in xPhyCheckLinkStatus()