Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dtools.py11 import tout
45 tout.Debug("Using output directory '%s'" % outdir)
48 tout.Debug("Using temporary directory '%s'" % outdir)
54 tout.Debug("Deleted temporary directory '%s'" % outdir)
92 tout.Debug("Using input directories %s" % indir)
/rk3399_rockchip-uboot/tools/binman/
H A Dcontrol.py18 import tout
91 tout.Init(options.verbosity)
116 tout.Uninit()
H A Dfunc_test.py27 import tout
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-spear/
H A Dspr_emi.h24 u32 tout; member
/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.c570 ulong tout, char *prompt) in flash_status_check() argument
577 tout *= (ulong)CONFIG_SYS_HZ / 1000; in flash_status_check()
579 tout = DIV_ROUND_UP(tout * (ulong)CONFIG_SYS_HZ, 1000); in flash_status_check()
589 if (get_timer(start) > tout) { in flash_status_check()
609 ulong tout, char *prompt) in flash_full_status_check() argument
613 retcode = flash_status_check(info, sector, tout, prompt); in flash_full_status_check()
661 ulong tout, char *prompt) in flash_status_poll() argument
670 tout *= (ulong)CONFIG_SYS_HZ / 1000; in flash_status_poll()
672 tout = DIV_ROUND_UP(tout * (ulong)CONFIG_SYS_HZ, 1000); in flash_status_poll()
701 if (get_timer(start) > tout) { in flash_status_poll()