Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 19 of 19) 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 DREADME.rst70 patches. Weeks later, change the patches and repeat, knowing that you
A Dpatman.rst70 patches. Weeks later, change the patches and repeat, knowing that you
/u-boot/lib/
A Dvsprintf.c555 repeat: in vsnprintf_internal()
560 goto repeat; in vsnprintf_internal()
563 goto repeat; in vsnprintf_internal()
566 goto repeat; in vsnprintf_internal()
569 goto repeat; in vsnprintf_internal()
572 goto repeat; in vsnprintf_internal()
/u-boot/doc/device-tree-bindings/input/
A Dadc-keys.txt13 - autorepeat: Boolean, Enable auto repeat feature of Linux input
/u-boot/cmd/
A Dnand.c162 int repeat) in nand_dump() argument
169 if (repeat) in nand_dump()
511 int repeat = flag & CMD_FLAG_REPEAT; in do_nand() local
523 if (repeat && strcmp(cmd, "dump")) in do_nand()
667 ret = nand_dump(mtd, off, !strcmp(&cmd[4], ".oob"), repeat); in do_nand()
/u-boot/doc/usage/cmd/
A Dmd.rst97 The empty commands cause a 'repeat', so that md shows the next available data
/u-boot/lib/zstd/common/
A Dhuf.h209 …HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2, unsigned suspectUncompressible…
315 …HUF_CElt* hufTable, HUF_repeat* repeat, int preferRepeat, int bmi2, unsigned suspectUncompressible…
/u-boot/drivers/input/
A DKconfig90 variable 'keymap' to "de" to select German. Keyboard repeat is
/u-boot/board/ea/ea-lpc3250devkitv2/
A DREADME.rst160 the values repeat themseves to fill out a full 16 bytes:
/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>;
/u-boot/doc/develop/
A Dpatman.rst70 patches. Weeks later, change the patches and repeat, knowing that you

Completed in 40 milliseconds