/u-boot/drivers/power/regulator/ |
A D | tps65090_regulator.c | 92 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 D | syslib.c | 20 void sdelay(unsigned long loops) in sdelay() argument 23 "bne 1b":"=r" (loops):"0"(loops)); in sdelay()
|
/u-boot/arch/arm/cpu/armv8/ |
A D | cpu.c | 30 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 D | common.c | 34 int loops = 100; in board_init() local 46 if (--loops == 0) { in board_init()
|
/u-boot/arch/arm/mach-omap2/omap3/ |
A D | spl_id_nand.c | 30 int loops = 1000; in identify_nand_chip() local 43 if (--loops == 0) in identify_nand_chip()
|
/u-boot/board/armltd/vexpress/ |
A D | vexpress_common.c | 48 static inline void delay(ulong loops) in delay() argument 52 "bne 1b" : "=r" (loops) : "0" (loops)); in delay()
|
/u-boot/board/cirrus/edb93xx/ |
A D | edb93xx.c | 52 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 D | inffast.c | 257 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 D | sys_proto.h | 10 void sdelay(unsigned long loops);
|
/u-boot/doc/device-tree-bindings/net/ |
A D | fsl,mcf-fec.txt | 11 - timeout-loop: integer value for driver loops time out
|
A D | fsl,mcf-dma-fec.txt | 17 - timeout-loop: integer value for driver loops time out
|
/u-boot/board/kosagi/novena/ |
A D | video.c | 285 int ret, loops = 250; in detect_lvds() local 296 while (--loops) { in detect_lvds()
|
/u-boot/doc/ |
A D | README.watchdog | 4 This enables hw_watchdog_reset to be called during various loops,
|
/u-boot/arch/arm/lib/ |
A D | lib1funcs.S | 254 rsbmi r1, r1, #0 @ loops below use unsigned. 297 rsbmi r1, r1, #0 @ loops below use unsigned.
|
/u-boot/drivers/adc/ |
A D | adc-uclass.c | 26 extern void sdelay(unsigned long loops);
|
/u-boot/board/buffalo/lsxl/ |
A D | README | 91 and stop the fan. Then it loops until the switch is in ON position again,
|
/u-boot/arch/arm/mach-exynos/ |
A D | clock.c | 1416 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 D | octeon3_lmc.c | 10556 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()
|