Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
HDNetworkInterface.c334 uxWasEnabled = ( GMAC->GMAC_NCR & GMAC_NCR_MPE ) != 0u; in xPHY_Read()
339 GMAC->GMAC_NCR |= GMAC_NCR_MPE; in xPHY_Read()
370 GMAC->GMAC_NCR &= ~GMAC_NCR_MPE; in xPHY_Read()
390 uxWasEnabled = ( GMAC->GMAC_NCR & GMAC_NCR_MPE ) != 0u; in xPHY_Write()
395 GMAC->GMAC_NCR |= GMAC_NCR_MPE; in xPHY_Write()
417 GMAC->GMAC_NCR &= ~GMAC_NCR_MPE; in xPHY_Write()
582 GMAC->GMAC_NCR |= GMAC_NCR_MPE; in prvGMACInit()
628 GMAC->GMAC_NCR &= ~GMAC_NCR_MPE; in prvGMACInit()
647 uxWasEnabled = ( GMAC->GMAC_NCR & GMAC_NCR_MPE ) != 0u; in prvEthernetUpdateConfig()
652 GMAC->GMAC_NCR |= GMAC_NCR_MPE; in prvEthernetUpdateConfig()
[all …]
HDgmac_SAM.h367 p_gmac->GMAC_NCR |= GMAC_NCR_MPE; in gmac_enable_management()
371 p_gmac->GMAC_NCR &= ~GMAC_NCR_MPE; in gmac_enable_management()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAME5x/
HDNetworkInterface.c471 ( ( Gmac * ) ETH_MAC.dev.hw )->NCR.reg |= GMAC_NCR_MPE; in prvGMACEnablePHYManagementPort()
475 ( ( Gmac * ) ETH_MAC.dev.hw )->NCR.reg &= ~GMAC_NCR_MPE; in prvGMACEnablePHYManagementPort()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/instance/
HDgmac.h362 p_gmac->GMAC_NCR |= GMAC_NCR_MPE; in gmac_enable_management()
366 p_gmac->GMAC_NCR &= ~GMAC_NCR_MPE; in gmac_enable_management()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDgmac.h358 p_gmac->GMAC_NCR |= GMAC_NCR_MPE; in gmac_enable_management()
362 p_gmac->GMAC_NCR &= ~GMAC_NCR_MPE; in gmac_enable_management()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/component/
HDgmac.h176 #define GMAC_NCR_MPE ( 0x1u << 4 ) /**< \brief (GMAC_NCR) Mana… macro