Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
De1000phy.c119 INTN bmsr; in e1000_probe_and_attach() local
139 bmsr = PHY_READ (sc_phy, E1000_SR); in e1000_probe_and_attach()
140 if (bmsr == 0 || bmsr == 0xffff || (bmsr & (E1000_SR_EXTENDED_STATUS|E1000_SR_MEDIAMASK)) == 0) { in e1000_probe_and_attach()
459 INTN bmsr; in e1000phy_status() local
471 bmsr = PHY_READ (sc_phy, E1000_SR) | PHY_READ (sc_phy, E1000_SR); in e1000phy_status()
475 if (bmsr & E1000_SR_LINK_STATUS) { in e1000phy_status()