Lines Matching refs:speed
140 uint16_t reg, speed, gig; in ciphy_service() local
179 speed = BMCR_S1000; in ciphy_service()
182 speed = BMCR_S100; in ciphy_service()
185 speed = BMCR_S10; in ciphy_service()
188 speed |= BMCR_FDX; in ciphy_service()
194 PHY_WRITE(sc, MII_BMCR, speed); in ciphy_service()
202 speed | BMCR_AUTOEN | BMCR_STARTNEG); in ciphy_service()
390 uint16_t model, status, speed; in ciphy_fixup() local
396 speed = status & CIPHY_AUXCSR_SPEED; in ciphy_fixup()
414 if ((speed == CIPHY_SPEED10 || speed == CIPHY_SPEED100) && in ciphy_fixup()
431 if ((speed == CIPHY_SPEED10 || speed == CIPHY_SPEED100) && in ciphy_fixup()