Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDethernet_phy.c250 uc_rc = gmac_phy_read( p_gmac, uc_phy_address, GMII_ANAR, &ul_stat2 ); in ethernet_phy_set_link()
350 uc_rc = gmac_phy_write( p_gmac, uc_phy_addr, GMII_ANAR, ul_phy_anar ); in ethernet_phy_auto_negotiate()
HDethernet_phy.h58 #define GMII_ANAR 0x04 /* Auto_Negotiation Advertisement */ macro