Home | History | Annotate | Download | only in xilinx

Lines Matching refs:tout

217 ulpi_wakeup(struct zynqehci_softc *sc, int tout)
226 for (i = 0; (tout < 0) || (i < tout); i++) {
235 if ((tout > 0) && (i >= tout)) {
243 ulpi_wait(struct zynqehci_softc *sc, int tout)
249 for (i = 0; (tout < 0) | (i < tout); i++) {
257 if ((tout > 0) && (i >= tout)) {