Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-davinci/
H A Dlxt972.c37 int lxt972_get_link_speed(int phy_addr) in lxt972_get_link_speed() function
76 if (!lxt972_get_link_speed(phy_addr)) { in lxt972_init_phy()
78 ret = lxt972_get_link_speed(phy_addr); in lxt972_init_phy()
107 return (lxt972_get_link_speed(phy_addr)); in lxt972_auto_negotiate()
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/
H A Demac_defs.h80 int lxt972_get_link_speed(int phy_addr);
/openbmc/u-boot/drivers/net/ti/
H A Ddavinci_emac.c836 phy[i].get_link_speed = lxt972_get_link_speed; in davinci_emac_initialize()