Searched refs:tout (Results 1 – 5 of 5) sorted by relevance
11 import tout45 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)
18 import tout91 tout.Init(options.verbosity)116 tout.Uninit()
27 import tout
24 u32 tout; member
570 ulong tout, char *prompt) in flash_status_check() argument577 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() argument613 retcode = flash_status_check(info, sector, tout, prompt); in flash_full_status_check()661 ulong tout, char *prompt) in flash_status_poll() argument670 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()