Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/dt-bindings/comphy/
H A Dcomphy_data.h20 #define PHY_SPEED_MAX 10 macro
/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c27 if (speed < 0 || speed > PHY_SPEED_MAX) in get_speed_string()