Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsi108_eth.c307 #define PHY_STAT_LINK_UP (1 << 2) macro
642 } while ((phy_status & PHY_STAT_LINK_UP) == 0); in marvell_88e_phy_config()
644 if ((phy_status & PHY_STAT_LINK_UP) == 0) in marvell_88e_phy_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/
H A Dqla3xxx.h699 PHY_STAT_LINK_UP = 0x0004, enumerator