Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
HDethernet_phy.c422 uc_rc = gmac_phy_read( p_gmac, uc_phy_addr, GMII_PCR1, &phy_props.phy_params ); 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()
HDethernet_phy.h276 uint32_t phy_params; member