Home
last modified time | relevance | path

Searched refs:timeo (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand_spl.c18 u32 timeo, time_start; in mxs_nand_command() local
44 timeo = (CONFIG_SYS_HZ * 20) / 1000; in mxs_nand_command()
46 while (get_timer(time_start) < timeo) { in mxs_nand_command()
H A Dfsl_ifc_nand.c261 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_ifc_run_command() local
276 while (get_timer(time_start) < timeo) { in fsl_ifc_run_command()
806 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_ifc_sram_init() local
815 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
860 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
H A Dfsl_elbc_nand.c200 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_elbc_run_command() local
223 while (get_timer(time_start) < timeo) { in fsl_elbc_run_command()
H A Dnand_base.c551 u32 timeo = (CONFIG_SYS_HZ * 400) / 1000; in nand_wait_ready() local
556 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() argument
579 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() argument
849 for (i = 0; i < timeo; i++) { in panic_nand_wait()
871 unsigned long timeo = 400; in nand_wait() local
883 u32 timer = (CONFIG_SYS_HZ * timeo) / 1000; in nand_wait()
H A Dsunxi_nand.c385 unsigned long timeo = (sunxi_nand->nand.state == FL_ERASING ? 400 : 20); in sunxi_nfc_dev_ready() local
400 sunxi_nfc_wait_int(nfc, NFC_RB_B2R, timeo); in sunxi_nfc_dev_ready()
/openbmc/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c217 u32 timeo = (CONFIG_SYS_HZ * 2) / 1000; in ldpaa_eth_rx() local
257 } 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() local
291 } 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() local
373 while (get_timer(time_start) < timeo) { in ldpaa_eth_tx()
394 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_tx()
/openbmc/u-boot/doc/
H A DREADME.iscsi159 node.conn[0].timeo.noop_out_interval = 0
160 node.conn[0].timeo.noop_out_timeout = 0
161 node.session.timeo.replacement_timeout = 86400
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-memcheck-tests-Fix-timerfd-syscall-test.patch103 long waittmr(int tfd, int timeo)
/openbmc/u-boot/tools/
H A Dkwboot.c156 kwboot_tty_recv(int fd, void *buf, size_t len, int timeo) in kwboot_tty_recv() argument
169 tv.tv_usec = timeo * 1000; in kwboot_tty_recv()
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c475 u32 timeo = (CONFIG_SYS_HZ * 20) / 1000; in onenand_wait() local
479 if (get_timer(time_start) > timeo) in onenand_wait()
1167 u32 timeo = (CONFIG_SYS_HZ * 20) / 1000; in onenand_bbt_wait() local
1171 if (get_timer(time_start) > timeo) in onenand_bbt_wait()