Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
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()
Dfsl_ifc_nand.c286 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_ifc_run_command() local
301 while (get_timer(time_start) < timeo) { in fsl_ifc_run_command()
797 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in fsl_ifc_sram_init() local
806 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
851 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
Dnand_base.c549 u32 timeo = (CONFIG_SYS_HZ * 400) / 1000; in nand_wait_ready() local
554 while (get_timer(time_start) < timeo) { in nand_wait_ready()
572 static void nand_wait_status_ready(struct mtd_info *mtd, unsigned long timeo) in nand_wait_status_ready() argument
577 timeo = (CONFIG_SYS_HZ * timeo) / 1000; in nand_wait_status_ready()
579 while (get_timer(time_start) < timeo) { in nand_wait_status_ready()
844 unsigned long timeo) in panic_nand_wait() argument
847 for (i = 0; i < timeo; i++) { in panic_nand_wait()
869 unsigned long timeo = 400; in nand_wait() local
881 u32 timer = (CONFIG_SYS_HZ * timeo) / 1000; in nand_wait()
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()
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()
/external/u-boot/drivers/net/ldpaa_eth/
Dldpaa_eth.c195 u32 timeo = (CONFIG_SYS_HZ * 2) / 1000; in ldpaa_eth_rx() local
235 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_rx()
249 u32 timeo = (CONFIG_SYS_HZ * 2) / 1000; in ldpaa_eth_pull_dequeue_rx() local
269 } while (get_timer(time_start) < timeo && !dq); in ldpaa_eth_pull_dequeue_rx()
308 u32 timeo = (CONFIG_SYS_HZ * 10) / 1000; in ldpaa_eth_tx() local
351 while (get_timer(time_start) < timeo) { in ldpaa_eth_tx()
372 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_tx()
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c107 long waittmr(int tfd, int timeo) in waittmr() argument
115 if (poll(&pfd, 1, timeo) < 0) { in waittmr()
/external/kernel-headers/original/uapi/linux/
Dnfs4_mount.h32 int timeo; /* 1 */ member
Dnfs_mount.h34 int timeo; /* 1 */ member
/external/u-boot/tools/
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()
/external/u-boot/drivers/mtd/onenand/
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()