Searched refs:timeo (Results 1 – 8 of 8) sorted by relevance
24 u32 timeo, time_start; in mxs_nand_command() local68 timeo = (CONFIG_SYS_HZ * 20) / 1000; in mxs_nand_command()70 while (get_timer(time_start) < timeo) { in mxs_nand_command()
259 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_ifc_run_command() local274 while (get_timer(time_start) < timeo) { in fsl_ifc_run_command()807 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_ifc_sram_init() local816 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()861 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
206 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_elbc_run_command() local229 while (get_timer(time_start) < timeo) { in fsl_elbc_run_command()
558 u32 timeo = (CONFIG_SYS_HZ * 400) / 1000; in nand_wait_ready() local563 while (get_timer(time_start) < timeo) { in nand_wait_ready()581 static void nand_wait_status_ready(struct mtd_info *mtd, unsigned long timeo) in nand_wait_status_ready() argument587 timeo = (CONFIG_SYS_HZ * timeo) / 1000; in nand_wait_status_ready()589 while (get_timer(time_start) < timeo) { in nand_wait_status_ready()861 unsigned long timeo) in panic_nand_wait() argument864 for (i = 0; i < timeo; i++) { in panic_nand_wait()893 unsigned long timeo = 400; in nand_wait() local909 u32 timer = (CONFIG_SYS_HZ * timeo) / 1000; in nand_wait()
391 unsigned long timeo = (sunxi_nand->nand.state == FL_ERASING ? 400 : 20); in sunxi_nfc_dev_ready() local406 sunxi_nfc_wait_int(nfc, NFC_RB_B2R, timeo); in sunxi_nfc_dev_ready()
135 u32 timeo = (CONFIG_SYS_HZ * 2) / 1000; in ldpaa_eth_rx() local175 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_rx()190 u32 timeo = (CONFIG_SYS_HZ * 2) / 1000; in ldpaa_eth_pull_dequeue_rx() local210 } while (get_timer(time_start) < timeo && !dq); in ldpaa_eth_pull_dequeue_rx()249 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in ldpaa_eth_tx() local292 while (get_timer(time_start) < timeo) { in ldpaa_eth_tx()313 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_tx()
1491 unsigned long timeo = msecs_to_jiffies(100); in brcmnand_waitfunc() local1495 wait_for_completion_timeout(&ctrl->done, timeo) <= 0) { in brcmnand_waitfunc()1505 unsigned long timeo = 100; /* 100 msec */ in brcmnand_waitfunc() local1510 ret = bcmnand_ctrl_poll_status(ctrl, NAND_CTRL_RDY, NAND_CTRL_RDY, timeo); in brcmnand_waitfunc()1803 unsigned long timeo = msecs_to_jiffies(100); in brcmnand_dma_run() local1818 if (wait_for_completion_timeout(&ctrl->dma_done, timeo) <= 0) { in brcmnand_dma_run()
478 u32 timeo = (CONFIG_SYS_HZ * 20) / 1000; in onenand_wait() local482 if (get_timer(time_start) > timeo) in onenand_wait()1169 u32 timeo = (CONFIG_SYS_HZ * 20) / 1000; in onenand_bbt_wait() local1173 if (get_timer(time_start) > timeo) in onenand_bbt_wait()
Completed in 664 milliseconds