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

/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dphy.h71 static const char *phy_interface_strings[] = { variable
92 return phy_interface_strings[i];
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dphy.h70 static const char *phy_interface_strings[] = { variable
93 return phy_interface_strings[i];
H A Dphy.c893 if (!strcmp(str, phy_interface_strings[i]))
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dphy.h72 static const char *phy_interface_strings[] = { variable
96 return phy_interface_strings[i];
H A Dphy.c952 if (!strcmp(str, phy_interface_strings[i])) {

Completed in 130 milliseconds