Home
last modified time | relevance | path

Searched refs:PHY_LOOKUP_N (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy_tbl.h48 #define PHY_LOOKUP_N 35 macro
49 static const struct phy_desc phy_lookup_tbl[PHY_LOOKUP_N] = {
H A Dphy.c2239 for (i = 0; i < PHY_LOOKUP_N; i++) { in phy_select()