Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
Deth_phy.h37 #define BMCR_FULL_DUPLEX 0x0100 macro
/device/soc/hisilicon/common/platform/hieth-sf/src/
Deth_phy.c191 return ((uint32_t)bmcr & BMCR_FULL_DUPLEX) ? PHY_DUPLEX_FULL : PHY_DUPLEX_HALF; in MiiphyDuplex()