Searched refs:phy_interface_strings (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dphy_interface.h64 static const char * const phy_interface_strings[] = { variable
124 return phy_interface_strings[i];
/u-boot/drivers/net/phy/
H A Dadin.c111 * and return its index in phy_interface_strings table, or -1 in error case.
128 if (!strcmp(phy_mode_override, phy_interface_strings[i]))
/u-boot/drivers/core/
H A Dofnode.c1831 if (!strcmp(mode, phy_interface_strings[i]))

Completed in 329 milliseconds