Lines Matching refs:timeo
169 * @timeo: Timeout
174 static void panic_nand_wait_ready(struct nand_chip *chip, unsigned long timeo)
179 for (i = 0; i < timeo; i++) {
195 unsigned long timeo = 400;
198 return panic_nand_wait_ready(chip, timeo);
201 timeo = jiffies + msecs_to_jiffies(timeo);
206 } while (time_before(jiffies, timeo));
216 * @timeo: Timeout in ms
220 static void nand_wait_status_ready(struct nand_chip *chip, unsigned long timeo)
224 timeo = jiffies + msecs_to_jiffies(timeo);
236 } while (time_before(jiffies, timeo));
535 unsigned long timeo = 400;
550 panic_nand_wait(chip, timeo);
552 timeo = jiffies + msecs_to_jiffies(timeo);
568 } while (time_before(jiffies, timeo));