Lines Matching defs:wait
65 static int aq100x_reset(struct cphy *phy, int wait)
68 * Ignore the caller specified wait time; always wait for the reset to
269 unsigned int v, v2, gpio, wait;
290 wait = 500; /* in 10ms increments */
305 } while (v && --wait);
314 wait = (500 - wait) * 10 + 1000;
315 if (wait > 3000)
316 CH_WARN(adapter, "PHY%d: reset took %ums\n", phy_addr, wait);