Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDethernet_phy.h159 …#define GMII_RESTART_AUTONEG ( 1 << 9 ) /* 1 = Restart auto-negotiation 0 = Normal operation */ macro
HDethernet_phy.c380 ul_value |= ( uint32_t ) GMII_RESTART_AUTONEG; in ethernet_phy_auto_negotiate()