Searched refs:cpmuctrl (Results 1 – 1 of 1) sorted by relevance
2636 u32 val, cpmuctrl; in tg3_phy_reset() local2663 cpmuctrl = 0; in tg3_phy_reset()2666 cpmuctrl = tr32(TG3_CPMU_CTRL); in tg3_phy_reset()2667 if (cpmuctrl & CPMU_CTRL_GPHY_10MB_RXONLY) in tg3_phy_reset()2669 cpmuctrl & ~CPMU_CTRL_GPHY_10MB_RXONLY); in tg3_phy_reset()2676 if (cpmuctrl & CPMU_CTRL_GPHY_10MB_RXONLY) { in tg3_phy_reset()2680 tw32(TG3_CPMU_CTRL, cpmuctrl); in tg3_phy_reset()