Lines Matching full:speed
125 int reg, speed, gig; in ciphy_service() local
146 speed = CIPHY_S1000; in ciphy_service()
149 speed = CIPHY_S100; in ciphy_service()
152 speed = CIPHY_S10; in ciphy_service()
155 speed |= CIPHY_BMCR_FDX; in ciphy_service()
164 speed |= in ciphy_service()
169 PHY_WRITE(sc, CIPHY_MII_BMCR, speed); in ciphy_service()
265 device_printf(sc->mii_dev, "unknown PHY speed %x\n", in ciphy_status()
297 uint16_t status, speed; in ciphy_fixup() local
302 speed = status & CIPHY_AUXCSR_SPEED; in ciphy_fixup()
327 * Work around speed polling bug in VT3119/VT3216 in ciphy_fixup()
330 if ((speed == CIPHY_SPEED10 || speed == CIPHY_SPEED100) && in ciphy_fixup()
346 * Work around speed polling bug in VT3119/VT3216 in ciphy_fixup()
349 if ((speed == CIPHY_SPEED10 || speed == CIPHY_SPEED100) && in ciphy_fixup()