Searched refs:timeo (Results 1 – 10 of 10) sorted by relevance
18 u32 timeo, time_start; in mxs_nand_command() local44 timeo = (CONFIG_SYS_HZ * 20) / 1000; in mxs_nand_command()46 while (get_timer(time_start) < timeo) { in mxs_nand_command()
261 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_ifc_run_command() local276 while (get_timer(time_start) < timeo) { in fsl_ifc_run_command()806 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_ifc_sram_init() local815 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()860 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
200 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_elbc_run_command() local223 while (get_timer(time_start) < timeo) { in fsl_elbc_run_command()
551 u32 timeo = (CONFIG_SYS_HZ * 400) / 1000; in nand_wait_ready() local556 while (get_timer(time_start) < timeo) { in nand_wait_ready()574 static void nand_wait_status_ready(struct mtd_info *mtd, unsigned long timeo) in nand_wait_status_ready() argument579 timeo = (CONFIG_SYS_HZ * timeo) / 1000; in nand_wait_status_ready()581 while (get_timer(time_start) < timeo) { in nand_wait_status_ready()846 unsigned long timeo) in panic_nand_wait() argument849 for (i = 0; i < timeo; i++) { in panic_nand_wait()871 unsigned long timeo = 400; in nand_wait() local883 u32 timer = (CONFIG_SYS_HZ * timeo) / 1000; in nand_wait()
385 unsigned long timeo = (sunxi_nand->nand.state == FL_ERASING ? 400 : 20); in sunxi_nfc_dev_ready() local400 sunxi_nfc_wait_int(nfc, NFC_RB_B2R, timeo); in sunxi_nfc_dev_ready()
217 u32 timeo = (CONFIG_SYS_HZ * 2) / 1000; in ldpaa_eth_rx() local257 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_rx()271 u32 timeo = (CONFIG_SYS_HZ * 2) / 1000; in ldpaa_eth_pull_dequeue_rx() local291 } while (get_timer(time_start) < timeo && !dq); in ldpaa_eth_pull_dequeue_rx()330 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in ldpaa_eth_tx() local373 while (get_timer(time_start) < timeo) { in ldpaa_eth_tx()394 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_tx()
159 node.conn[0].timeo.noop_out_interval = 0160 node.conn[0].timeo.noop_out_timeout = 0161 node.session.timeo.replacement_timeout = 86400
103 long waittmr(int tfd, int timeo)
156 kwboot_tty_recv(int fd, void *buf, size_t len, int timeo) in kwboot_tty_recv() argument169 tv.tv_usec = timeo * 1000; in kwboot_tty_recv()
475 u32 timeo = (CONFIG_SYS_HZ * 20) / 1000; in onenand_wait() local479 if (get_timer(time_start) > timeo) in onenand_wait()1167 u32 timeo = (CONFIG_SYS_HZ * 20) / 1000; in onenand_bbt_wait() local1171 if (get_timer(time_start) > timeo) in onenand_bbt_wait()