Home
last modified time | relevance | path

Searched refs:GMII_POWER_DOWN (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDethernet_phy.h157 #define GMII_POWER_DOWN ( 1 << 11 ) /* 1=Power down 0=Normal operation */ macro
HDethernet_phy.c332 ul_value &= ~( uint32_t ) ( GMII_LOOPBACK | GMII_POWER_DOWN ); in ethernet_phy_auto_negotiate()