Searched refs:phyBMSR_LINK_STATUS (Results 1 – 1 of 1) sorted by relevance
115 #define phyBMSR_LINK_STATUS 0x0004U macro627 if( ( ulRegValue & phyBMSR_LINK_STATUS ) != 0 ) in xPhyStartAutoNegotiation()629 ulPHYLinkStatus |= phyBMSR_LINK_STATUS; in xPhyStartAutoNegotiation()634 ulPHYLinkStatus &= ~( phyBMSR_LINK_STATUS ); in xPhyStartAutoNegotiation()733 … ( ( ulPHYLinkStatus |= phyBMSR_LINK_STATUS ) != 0 ) ? "high" : "low" ) ); in xPhyStartAutoNegotiation()794 … if( !!( pxPhyObject->ulLinkStatusMask & ulBitMask ) != !!( ulStatus & phyBMSR_LINK_STATUS ) ) in xPhyCheckLinkStatus()796 if( ( ulStatus & phyBMSR_LINK_STATUS ) != 0 ) in xPhyCheckLinkStatus()