Home
last modified time | relevance | path

Searched defs:PHY_SETTING (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dphy-core.c160 #define PHY_SETTING(s, d, b) { .speed = SPEED_ ## s, .duplex = DUPLEX_ ## d, \ macro
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dcomminf.h777 typedef void (* PHY_SETTING) (MAC_ENGINE *); typedef