Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
Deth_phy.h60 #define ANLPAR_TXFD 0x0100 macro
/device/soc/hisilicon/common/platform/hieth-sf/src/
Deth_phy.c188 return ((uint32_t)anlpar & (ANLPAR_10FD | ANLPAR_TXFD)) ? PHY_DUPLEX_FULL : PHY_DUPLEX_HALF; in MiiphyDuplex()