Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
HDethernet_phy.c313 uint32_t ul_phy_anar; in ethernet_phy_auto_negotiate() local
348 ul_phy_anar = GMII_100TX_FDX | GMII_100TX_HDX | GMII_10_FDX | GMII_10_HDX | in ethernet_phy_auto_negotiate()
350 uc_rc = gmac_phy_write( p_gmac, uc_phy_addr, GMII_ANAR, ul_phy_anar ); in ethernet_phy_auto_negotiate()
432 if( ( ul_phy_anar & phy_props.phy_params ) & GMII_100TX_FDX ) in ethernet_phy_auto_negotiate()
438 else if( ( ul_phy_anar & phy_props.phy_params ) & GMII_10_FDX ) in ethernet_phy_auto_negotiate()
444 else if( ( ul_phy_anar & phy_props.phy_params ) & GMII_100TX_HDX ) in ethernet_phy_auto_negotiate()
450 else if( ( ul_phy_anar & phy_props.phy_params ) & GMII_10_HDX ) in ethernet_phy_auto_negotiate()