Searched refs:BMCR_RESET (Results 1 – 14 of 14) sorted by relevance
44 #define BMCR_RESET 0x8000 /* Reset the DP83840 */ macro
48 #define BMCR_RESET 0x8000 /* Reset the DP83840 */ macro
49 #define BMCR_RESET 0x8000 /* Reset the DP83840 */ macro
50 #define BMCR_RESET 0x8000 /* Reset the DP83840 */ macro
71 #define BMCR_RESET 0x8000 /* Reset the DP83840 */ macro
98 #define MDIO_CTRL1_RESET BMCR_RESET
722 reg |= BMCR_RESET; in phy_reset()737 while ((reg & BMCR_RESET) && timeout--) { in phy_reset()747 if (reg & BMCR_RESET) { in phy_reset()
426 if (miiphy_write(devname, addr, MII_BMCR, reg | BMCR_RESET) != 0) {
51 #define BMCR_RESET 0x8000 /* Reset the DP83840 */ macro
520 geth_phy_write((char *)dev, phy_addr, MII_BMCR, phy_val | BMCR_RESET); in geth_phy_init()521 while (geth_phy_read((char *)dev, phy_addr, MII_BMCR,NULL) & BMCR_RESET); in geth_phy_init()
Completed in 29 milliseconds