Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 25 of 67) sorted by relevance

123

/openbmc/u-boot/drivers/power/regulator/
H A Dtps65090_regulator.c90 int loops; in tps65090_fet_set_enable() local
96 for (loops = 0;; loops++) { in tps65090_fet_set_enable()
110 __func__, fet_id, get_timer(start), loops); in tps65090_fet_set_enable()
111 else if (loops) in tps65090_fet_set_enable()
113 __func__, fet_id, get_timer(start), loops); in tps65090_fet_set_enable()
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dsyslib.c20 void sdelay(unsigned long loops) in sdelay() argument
23 "bne 1b":"=r" (loops):"0"(loops)); in sdelay()
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcpu.c27 void sdelay(unsigned long loops) in sdelay() argument
30 "b.ne 1b" : "=r" (loops) : "0"(loops) : "cc"); in sdelay()
/openbmc/u-boot/board/isee/igep00x0/
H A Dcommon.c32 int loops = 100; in board_init() local
44 if (--loops == 0) { in board_init()
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dspl_id_nand.c30 int loops = 1000; in identify_nand_chip() local
43 if (--loops == 0) in identify_nand_chip()
/openbmc/u-boot/board/armltd/vexpress/
H A Dvexpress_common.c43 static inline void delay(ulong loops) in delay() argument
47 "bne 1b" : "=r" (loops) : "0" (loops)); in delay()
/openbmc/u-boot/lib/zlib/
H A Dinffast.c257 unsigned long loops; in inflate_fast() local
271 loops = len >> 1; in inflate_fast()
274 while (--loops); in inflate_fast()
289 loops = len >> 1; in inflate_fast()
292 while (--loops); in inflate_fast()
/openbmc/u-boot/board/cirrus/edb93xx/
H A Dedb93xx.c46 register uint32_t loops = (usecs * 1000) / 20; in early_udelay() local
50 "bne 1b" : "=r" (loops) : "0" (loops)); in early_udelay()
/openbmc/u-boot/arch/arm/mach-k3/include/mach/
H A Dsys_proto.h10 void sdelay(unsigned long loops);
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_reset_loop.robot33 # By default run test for 50 loops, else user input iteration.
43 # By default run test for 50 loops, else user input iteration.
53 # By default run test for 50 loops, else user input iteration.
63 # By default run test for 50 loops, else user input iteration.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-avoid-gcc-optimize-away-the-loops.patch4 Subject: [PATCH] [PATCH] avoid gcc optimize-away the loops
9 benchmarks so GCC doesn't optimize-away the loops, other
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A D0004-Remove-clang-unsupported-compiler-flags.patch50 - : #> optimize="$optimize -funroll-loops"
51 - : #> optimize="$optimize -funroll-all-loops"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/
H A Dcaps_0.9.26.bb16 CFLAGS='${CFLAGS} -ffast-math -funroll-loops -fPIC -DPIC' \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/
H A D0001-team_basic_test.py-switch-to-python3.patch32 - print " -c, --loop-count=NUMBER number of loops (default 1)"
37 + print(" -c, --loop-count=NUMBER number of loops (default 1)")
/openbmc/phosphor-pid-control/pid/
H A DREADME8 FanController PID loops.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/
H A Dnostrip.patch25 - CFLAGS="$CFLAGS -Os -fomit-frame-pointer -fno-unroll-loops "
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007f-format-security.patch20 sleep (5); /* slow down in case it loops */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A DCVE-2021-42260.patch22 + // there is something wrong here. Just advance the pointer to evade infinite loops
/openbmc/u-boot/board/kosagi/novena/
H A Dvideo.c282 int ret, loops = 250; in detect_lvds() local
293 while (--loops) { in detect_lvds()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/
H A Dalsa-equal_0.6.bb25 CFLAGS='${CFLAGS} -I. -funroll-loops -ffast-math -fPIC -DPIC' \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/
H A Dsupport-cross-compile-for-linux.patch24 #CCO_LINUX+=-O9 -pipe -fomit-frame-pointer -finline-functions -funroll-loops -fstrength-reduce
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A D0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch8 the function increase_datafile_size can loops forever
/openbmc/openbmc/poky/meta/recipes-support/ptest-runner/
H A Dptest-runner_2.4.5.1.bb3 program which loops through all installed ptest test suites and \
/openbmc/u-boot/doc/
H A DREADME.watchdog4 This enables hw_watchdog_reset to be called during various loops,
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch9 I suspect something in the musl memory allocation code loops indefinitely

123