Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
De1000phy.c245 reg = PHY_READ (sc_phy, E1000_SCR); in e1000phy_reset()
248 PHY_WRITE (sc_phy, E1000_SCR, reg); in e1000phy_reset()
253 reg = PHY_READ (sc_phy, E1000_SCR); in e1000phy_reset()
256 PHY_WRITE (sc_phy, E1000_SCR, reg); in e1000phy_reset()
260 reg = PHY_READ (sc_phy, E1000_SCR); in e1000phy_reset()
262 PHY_WRITE (sc_phy, E1000_SCR, reg); in e1000phy_reset()
302 PHY_WRITE (sc_phy, E1000_SCR, reg); in e1000phy_reset()
307 reg = PHY_READ (sc_phy, E1000_SCR); in e1000phy_reset()
309 PHY_WRITE (sc_phy, E1000_SCR, reg); in e1000phy_reset()
323 PHY_WRITE (sc_phy, E1000_SCR, in e1000phy_reset()
De1000phyreg.h242 #define E1000_SCR 0x10 /* special control register */ macro