Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/hieth-sf/src/
H A Deth_phy.c95 int32_t btsr, val; in MiiphySpeed() local
107 btsr = HiethMdioRead(ld, phyAccess->phyAddr, PHY_1000BTSR); in MiiphySpeed()
108 if (btsr < 0) { in MiiphySpeed()
112 if (btsr != 0xFFFF && ((uint32_t)btsr & (PHY_1000BTSR_1000FD | PHY_1000BTSR_1000HD))) { in MiiphySpeed()
148 int32_t btsr; in MiiphyDuplex() local
160 btsr = HiethMdioRead(ld, phyAccess->phyAddr, PHY_1000BTSR); in MiiphyDuplex()
161 if (btsr < 0) { in MiiphyDuplex()
166 if (btsr != 0xFFFF) { in MiiphyDuplex()
167 if ((uint32_t)btsr in MiiphyDuplex()
[all...]

Completed in 1 milliseconds