Searched refs:MII_CR_RST (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/dec/tulip/ |
D | de4x5.h | 467 #define MII_CR_RST 0x8000 /* RESET the PHY chip */ macro
|
D | de4x5.c | 3307 mii_wr(MII_CR_RST, MII_CR, lp->phy[lp->active].addr, DE4X5_MII); in de4x5_reset_phy() 3311 next_tick = test_mii_reg(dev, MII_CR, MII_CR_RST, false, 500); in de4x5_reset_phy() 5030 mii_wr(MII_CR_RST, MII_CR, lp->phy[k].addr, DE4X5_MII); in mii_get_phy() 5031 while (mii_rd(MII_CR, lp->phy[k].addr, DE4X5_MII) & MII_CR_RST); in mii_get_phy()
|