Searched refs:E1000_SCR (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
D | e1000phy.c | 245 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()
|
D | e1000phyreg.h | 242 #define E1000_SCR 0x10 /* special control register */ macro
|