Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dtps65090_regulator.c91 int loops; in tps65090_fet_set_enable() local
97 for (loops = 0;; loops++) { in tps65090_fet_set_enable()
111 __func__, fet_id, get_timer(start), loops); in tps65090_fet_set_enable()
112 else if (loops) in tps65090_fet_set_enable()
114 __func__, fet_id, get_timer(start), loops); in tps65090_fet_set_enable()
/rk3399_rockchip-uboot/cmd/ddr_tool/memtester/
H A Dmemtester.c64 int doing_memtester(ul *arg, ul testenable, ul loops, ul err_exit, in doing_memtester() argument
92 for (loop = 1; ((!loops) || loop <= loops); loop++) { in doing_memtester()
99 if (loops) in doing_memtester()
100 printf("/%lu", loops); in doing_memtester()
159 ul loops = 0; in do_memtester() local
199 if (strict_strtoul(argv[7], 0, &loops) < 0) in do_memtester()
202 doing_memtester(arg, testenable, loops, err_exit, fix_bit, fix_level); in do_memtester()
H A Dmemtester.h26 unsigned long loops, unsigned long err_exit,
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dsyslib.c21 void sdelay(unsigned long loops) in sdelay() argument
24 "bne 1b":"=r" (loops):"0"(loops)); in sdelay()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dcpu.c28 void sdelay(unsigned long loops) in sdelay() argument
31 "b.ne 1b" : "=r" (loops) : "0"(loops) : "cc"); in sdelay()
/rk3399_rockchip-uboot/board/isee/igep00x0/
H A Dcommon.c33 int loops = 100; in board_init() local
45 if (--loops == 0) { in board_init()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/
H A Dspl_id_nand.c31 int loops = 1000; in identify_nand_chip() local
44 if (--loops == 0) in identify_nand_chip()
/rk3399_rockchip-uboot/board/armltd/vexpress/
H A Dvexpress_common.c44 static inline void delay(ulong loops) in delay() argument
48 "bne 1b" : "=r" (loops) : "0" (loops)); in delay()
/rk3399_rockchip-uboot/board/cirrus/edb93xx/
H A Dedb93xx.c47 register uint32_t loops = (usecs * 1000) / 20; in early_udelay() local
51 "bne 1b" : "=r" (loops) : "0" (loops)); in early_udelay()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/board/imx31_phycore/
H A Dlowlevel_init.S22 .macro DELAY loops argument
23 ldr r2, =\loops
/rk3399_rockchip-uboot/drivers/rtc/
H A Drv3029.c127 static int wait_eebusy(int loops) in wait_eebusy() argument
132 for (i = 0; i < loops; i++) { in wait_eebusy()
/rk3399_rockchip-uboot/board/freescale/mx31ads/
H A Dlowlevel_init.S21 .macro DELAY loops argument
22 ldr r2, =\loops
/rk3399_rockchip-uboot/board/kosagi/novena/
H A Dvideo.c283 int ret, loops = 250; in detect_lvds() local
294 while (--loops) { in detect_lvds()
/rk3399_rockchip-uboot/doc/
H A DREADME.watchdog4 This enables hw_watchdog_reset to be called during various loops,
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dlib1funcs.S256 rsbmi r1, r1, #0 @ loops below use unsigned.
299 rsbmi r1, r1, #0 @ loops below use unsigned.
/rk3399_rockchip-uboot/drivers/adc/
H A Dadc-uclass.c27 extern void sdelay(unsigned long loops);
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A DREADME81 and stop the fan. Then it loops until the switch is in ON position again,
/rk3399_rockchip-uboot/arch/arm/mach-exynos/
H A Dclock.c1403 const unsigned int loops = 1 << main_scaler_bits; in clock_calc_best_scalar() local
1419 for (i = 1; i <= loops; i++) { in clock_calc_best_scalar()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.lex.c_shipped1066 while ( 1 ) /* loops until end-of-file is reached */
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped885 while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */