Searched refs:repeat (Results 1 – 15 of 15) 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 | 51 patches. Weeks later, change the patches and repeat, knowing that you
|
/u-boot/lib/ |
A D | vsprintf.c | 541 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 D | huf.h | 115 size_t wkspSize, HUF_CElt *hufTable, HUF_repeat *repeat, 168 size_t wkspSize, HUF_CElt *hufTable, HUF_repeat *repeat,
|
/u-boot/cmd/ |
A D | nand.c | 47 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 D | adc-keys.txt | 13 - autorepeat: Boolean, Enable auto repeat feature of Linux input
|
/u-boot/drivers/input/ |
A D | Kconfig | 73 variable 'keymap' to "de" to select German. Keyboard repeat is
|
/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>;
|
Completed in 24 milliseconds