Home
last modified time | relevance | path

Searched refs:PHY_1000BTSR_1000HD (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dmiiphyutil.c416 (btsr & (PHY_1000BTSR_1000FD | PHY_1000BTSR_1000HD))) in miiphy_speed()
477 } else if (btsr & PHY_1000BTSR_1000HD) { in miiphy_duplex()
/OK3568_Linux_fs/u-boot/include/
H A Dmiiphy.h115 #define PHY_1000BTSR_1000HD 0x0400 macro
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dphy.c322 if (gblpa & (PHY_1000BTSR_1000FD | PHY_1000BTSR_1000HD)) { in genphy_parse_link()