Lines Matching refs:fnPhyRead
209 xApplicationPhyReadHook_t fnPhyRead, in vPhyInitialise() argument
214 pxPhyObject->fnPhyRead = fnPhyRead; in vPhyInitialise()
230 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_03_PHYSID2, &ulLowerID ); in xPhyDiscover()
238 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_02_PHYSID1, &ulUpperID ); in xPhyDiscover()
281 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset()
295 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset()
327 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyReset()
438 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_00_BMCR, &ulConfig ); in xPhyConfigure()
466 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_19_PHYCR, &ulPhyControl ); in xPhyConfigure()
583 pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulRegValue ); 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()
792 if( pxPhyObject->fnPhyRead( xPhyAddress, phyREG_01_BMSR, &ulStatus ) == 0 ) in xPhyCheckLinkStatus()