Home
last modified time | relevance | path

Searched refs:PHY_DUPLEX_FULL (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/hieth-sf/src/
H A Deth_phy.c168 return PHY_DUPLEX_FULL; in MiiphyDuplex()
188 return ((uint32_t)anlpar & (ANLPAR_10FD | ANLPAR_TXFD)) ? PHY_DUPLEX_FULL : PHY_DUPLEX_HALF; in MiiphyDuplex()
191 return ((uint32_t)bmcr & BMCR_FULL_DUPLEX) ? PHY_DUPLEX_FULL : PHY_DUPLEX_HALF; in MiiphyDuplex()
H A Dinterface.c408 PRINTK("Link is Up - %s/%s\n", GetPhySpeedString(speed), (PHY_DUPLEX_FULL == duplex) ? "Full" : "Half"); in HiethLinkStatusChanged()
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
H A Deth_phy.h88 #define PHY_DUPLEX_FULL 0x01 macro

Completed in 3 milliseconds