Searched refs:phy_params (Results 1 – 2 of 2) sorted by relevance
422 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()
276 uint32_t phy_params; member