Home | History | Annotate | Download | only in imx

Lines Matching defs:tout

253 ulpi_wakeup(struct imxehci_softc *sc, int tout)
263 while (tout-- > 0) {
272 if (tout == 0)
279 ulpi_wait(struct imxehci_softc *sc, int tout)
286 while (tout-- > 0) {
294 if (tout == 0)
363 int tout;
370 for (tout = RESET_TIMEOUT; tout > 0; tout--) {
379 for (tout = RESET_TIMEOUT; tout > 0; tout--) {
386 if (tout == 0)