Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDethernet_phy.h154 #define GMII_LOOPBACK ( 1 << 14 ) /* 1=loopback Enabled; 0=Normal Operation */ macro
HDethernet_phy.c332 ul_value &= ~( uint32_t ) ( GMII_LOOPBACK | GMII_POWER_DOWN ); in ethernet_phy_auto_negotiate()