Searched refs:repeat (Results 1 – 19 of 19) sorted by relevance
| /u-boot/fs/jffs2/ |
| A D | compr_rtime.c | 66 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 D | iomux.c | 37 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 D | dlmalloc.src | 1073 /* repeat in case of race condition */
|
| /u-boot/scripts/kconfig/ |
| A D | streamline_config.pl | 434 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 D | status.py | 13 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 D | README.rst | 70 patches. Weeks later, change the patches and repeat, knowing that you
|
| A D | patman.rst | 70 patches. Weeks later, change the patches and repeat, knowing that you
|
| /u-boot/lib/ |
| A D | vsprintf.c | 555 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 D | adc-keys.txt | 13 - autorepeat: Boolean, Enable auto repeat feature of Linux input
|
| /u-boot/cmd/ |
| A D | nand.c | 162 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 D | md.rst | 97 The empty commands cause a 'repeat', so that md shows the next available data
|
| /u-boot/lib/zstd/common/ |
| A D | huf.h | 209 …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 D | Kconfig | 90 variable 'keymap' to "de" to select German. Keyboard repeat is
|
| /u-boot/board/ea/ea-lpc3250devkitv2/ |
| A D | README.rst | 160 the values repeat themseves to fill out a full 16 bytes:
|
| /u-boot/drivers/usb/gadget/ |
| A D | composite.c | 579 goto repeat; in collect_langs() 582 repeat: in collect_langs()
|
| /u-boot/drivers/mtd/ubi/ |
| A D | wl.c | 501 repeat: in serve_prot_queue() 517 goto repeat; in serve_prot_queue()
|
| /u-boot/arch/arm/dts/ |
| A D | tegra20-harmony.dts | 478 nvidia,repeat-delay-ms = <160>;
|
| A D | tegra20-seaboard.dts | 589 nvidia,repeat-delay-ms = <160>;
|
| /u-boot/doc/develop/ |
| A D | patman.rst | 70 patches. Weeks later, change the patches and repeat, knowing that you
|
Completed in 40 milliseconds