Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 15 of 15) sorted by relevance

/u-boot/fs/jffs2/
A Dcompr_rtime.c66 int repeat; in rtime_decompress() local
70 repeat = data_in[pos++]; in rtime_decompress()
74 if (repeat) { in rtime_decompress()
75 if (backoffs + repeat >= outpos) { in rtime_decompress()
76 while(repeat) { in rtime_decompress()
78 repeat--; in rtime_decompress()
81 for (i = 0; i < repeat; i++) in rtime_decompress()
83 outpos+=repeat; in rtime_decompress()
/u-boot/common/
A Diomux.c37 int i, j, io_flag, cs_idx, repeat; in iomux_doenv() local
107 repeat = iomux_match_device(cons_set, cs_idx, dev); in iomux_doenv()
108 if (repeat >= 0) in iomux_doenv()
127 repeat = cd_count[console]; in iomux_doenv()
133 for (i = 0; i < repeat; i++) { in iomux_doenv()
A Ddlmalloc.src1073 /* repeat in case of race condition */
/u-boot/scripts/kconfig/
A Dstreamline_config.pl434 my $repeat = 1;
465 $repeat = 1; # do again
533 $repeat = 1;
543 $repeat = 1;
545 while ($repeat) {
546 $repeat = 0;
585 while ($repeat) {
589 $repeat = 0;
/u-boot/tools/patman/
A Dstatus.py13 from itertools import repeat
446 find_new_responses, repeat(new_rtag_list), repeat(review_list),
447 range(count), series.commits, patch_list, repeat(url),
448 repeat(rest_api))
A DREADME51 patches. Weeks later, change the patches and repeat, knowing that you
/u-boot/lib/
A Dvsprintf.c541 repeat: in vsnprintf_internal()
546 goto repeat; in vsnprintf_internal()
549 goto repeat; in vsnprintf_internal()
552 goto repeat; in vsnprintf_internal()
555 goto repeat; in vsnprintf_internal()
558 goto repeat; in vsnprintf_internal()
/u-boot/lib/zstd/
A Dhuf.h115 size_t wkspSize, HUF_CElt *hufTable, HUF_repeat *repeat,
168 size_t wkspSize, HUF_CElt *hufTable, HUF_repeat *repeat,
/u-boot/cmd/
A Dnand.c47 int repeat) in nand_dump() argument
54 if (repeat) in nand_dump()
394 int repeat = flag & CMD_FLAG_REPEAT; in do_nand() local
406 if (repeat && strcmp(cmd, "dump")) in do_nand()
547 ret = nand_dump(mtd, off, !strcmp(&cmd[4], ".oob"), repeat); in do_nand()
/u-boot/doc/device-tree-bindings/input/
A Dadc-keys.txt13 - autorepeat: Boolean, Enable auto repeat feature of Linux input
/u-boot/drivers/input/
A DKconfig73 variable 'keymap' to "de" to select German. Keyboard repeat is
/u-boot/drivers/usb/gadget/
A Dcomposite.c579 goto repeat; in collect_langs()
582 repeat: in collect_langs()
/u-boot/drivers/mtd/ubi/
A Dwl.c501 repeat: in serve_prot_queue()
517 goto repeat; in serve_prot_queue()
/u-boot/arch/arm/dts/
A Dtegra20-harmony.dts478 nvidia,repeat-delay-ms = <160>;
A Dtegra20-seaboard.dts589 nvidia,repeat-delay-ms = <160>;

Completed in 24 milliseconds