Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
De1000phy.c458 INTN bmcr; in e1000phy_status() local
472 bmcr = PHY_READ (sc_phy, E1000_CR); in e1000phy_status()
480 if (bmcr & E1000_CR_LOOPBACK) { in e1000phy_status()
484 if ((bmcr & E1000_CR_AUTO_NEG_ENABLE) != 0 && (ssr & E1000_SSR_SPD_DPLX_RESOLVED) == 0) { in e1000phy_status()