Searched refs:ul_phy_anar (Results 1 – 1 of 1) sorted by relevance
313 uint32_t ul_phy_anar; in ethernet_phy_auto_negotiate() local348 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()