Home
last modified time | relevance | path

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

/u-boot/drivers/power/regulator/
A Dtps65090_regulator.c92 int loops; in tps65090_fet_set_enable() local
98 for (loops = 0;; loops++) { in tps65090_fet_set_enable()
112 __func__, fet_id, get_timer(start), loops); in tps65090_fet_set_enable()
113 else if (loops) in tps65090_fet_set_enable()
115 __func__, fet_id, get_timer(start), loops); in tps65090_fet_set_enable()
/u-boot/arch/arm/cpu/armv7/
A Dsyslib.c20 void sdelay(unsigned long loops) in sdelay() argument
23 "bne 1b":"=r" (loops):"0"(loops)); in sdelay()
/u-boot/arch/arm/cpu/armv8/
A Dcpu.c30 void sdelay(unsigned long loops) in sdelay() argument
33 "b.ne 1b" : "=r" (loops) : "0"(loops) : "cc"); in sdelay()
/u-boot/board/isee/igep00x0/
A Dcommon.c34 int loops = 100; in board_init() local
46 if (--loops == 0) { in board_init()
/u-boot/arch/arm/mach-omap2/omap3/
A Dspl_id_nand.c30 int loops = 1000; in identify_nand_chip() local
43 if (--loops == 0) in identify_nand_chip()
/u-boot/board/armltd/vexpress/
A Dvexpress_common.c48 static inline void delay(ulong loops) in delay() argument
52 "bne 1b" : "=r" (loops) : "0" (loops)); in delay()
/u-boot/board/cirrus/edb93xx/
A Dedb93xx.c52 register uint32_t loops = (usecs * 1000) / 20; in early_udelay() local
56 "bne 1b" : "=r" (loops) : "0" (loops)); in early_udelay()
/u-boot/lib/zlib/
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()
/u-boot/arch/arm/mach-k3/include/mach/
A Dsys_proto.h10 void sdelay(unsigned long loops);
/u-boot/doc/device-tree-bindings/net/
A Dfsl,mcf-fec.txt11 - timeout-loop: integer value for driver loops time out
A Dfsl,mcf-dma-fec.txt17 - timeout-loop: integer value for driver loops time out
/u-boot/board/kosagi/novena/
A Dvideo.c285 int ret, loops = 250; in detect_lvds() local
296 while (--loops) { in detect_lvds()
/u-boot/doc/
A DREADME.watchdog4 This enables hw_watchdog_reset to be called during various loops,
/u-boot/arch/arm/lib/
A Dlib1funcs.S254 rsbmi r1, r1, #0 @ loops below use unsigned.
297 rsbmi r1, r1, #0 @ loops below use unsigned.
/u-boot/drivers/adc/
A Dadc-uclass.c26 extern void sdelay(unsigned long loops);
/u-boot/board/buffalo/lsxl/
A DREADME91 and stop the fan. Then it loops until the switch is in ON position again,
/u-boot/arch/arm/mach-exynos/
A Dclock.c1416 const unsigned int loops = 1 << main_scaler_bits; in clock_calc_best_scalar() local
1432 for (i = 1; i <= loops; i++) { in clock_calc_best_scalar()
/u-boot/drivers/ram/octeon/
A Docteon3_lmc.c10556 int loops = 1, loop; in perform_HW_dll_offset_tuning() local
10565 loops = strtoul(s, NULL, 0); in perform_HW_dll_offset_tuning()
10574 node, bytelane, loops, dram_tune_byte_bursts, NUM_BYTE_PATTERNS); in perform_HW_dll_offset_tuning()
10602 for (loop = 0; loop < loops; loop++) { in perform_HW_dll_offset_tuning()

Completed in 31 milliseconds