Home
last modified time | relevance | path

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

/external/u-boot/include/dt-bindings/comphy/
Dcomphy_data.h19 #define PHY_SPEED_MAX 10 macro
/external/u-boot/drivers/phy/marvell/
Dcomphy_core.c28 if (speed < 0 || speed > PHY_SPEED_MAX) in get_speed_string()