Lines Matching defs:timeout
731 int timeout = 0;
735 while (!timeout) {
737 timeout = 1;
745 dev_err(fsm->dev, "timeout on sequence completion\n");
871 int timeout = 0;
882 * Repeat until busy bit is deasserted, or timeout, or error (S25FLxxxS)
885 while (!timeout) {
887 timeout = 1;
901 if (!timeout)
908 dev_err(fsm->dev, "timeout on wait_busy\n");
1878 int ret, timeout = 10;
1881 while (--timeout) {
1888 if (!timeout)