Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/mii/
H A De1000phy.c298 reg = PHY_READ(sc, E1000_CR); in e1000phy_reset()
300 PHY_WRITE(sc, E1000_CR, reg); in e1000phy_reset()
340 reg = PHY_READ(sc, E1000_CR); in e1000phy_service()
341 PHY_WRITE(sc, E1000_CR, in e1000phy_service()
354 reg = PHY_READ(sc, E1000_CR); in e1000phy_service()
356 PHY_WRITE(sc, E1000_CR, reg | E1000_CR_RESET); in e1000phy_service()
366 PHY_WRITE(sc, E1000_CR, speed | E1000_CR_RESET); in e1000phy_service()
418 bmcr = PHY_READ(sc, E1000_CR); in e1000phy_status()
495 PHY_WRITE(sc, E1000_CR, in e1000phy_mii_phy_auto()
H A De1000phyreg.h74 #define E1000_CR 0x00 /* control register */ macro
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/mii/
H A De1000phy.c298 reg = PHY_READ(sc, E1000_CR); in e1000phy_reset()
300 PHY_WRITE(sc, E1000_CR, reg); in e1000phy_reset()
340 reg = PHY_READ(sc, E1000_CR); in e1000phy_service()
341 PHY_WRITE(sc, E1000_CR, in e1000phy_service()
354 reg = PHY_READ(sc, E1000_CR); in e1000phy_service()
356 PHY_WRITE(sc, E1000_CR, reg | E1000_CR_RESET); in e1000phy_service()
366 PHY_WRITE(sc, E1000_CR, speed | E1000_CR_RESET); in e1000phy_service()
418 bmcr = PHY_READ(sc, E1000_CR); in e1000phy_status()
495 PHY_WRITE(sc, E1000_CR, in e1000phy_mii_phy_auto()
H A De1000phyreg.h74 #define E1000_CR 0x00 /* control register */ macro