Searched refs:attempts (Results 1 - 7 of 7) sorted by relevance

/u-boot/board/compulab/imx8mm-cl-iot-gate/ddr/
H A Dddr.c64 int i = 0, attempts = 5; local
78 } while (--attempts);
141 printf("DDRINFO: Ran out all [ %lu ] cfg attempts. A non supported configuration.\n",
/u-boot/arch/arm/mach-imx/imx8ulp/upower/
H A Dupower_api.c124 u32 attempts)
129 if (!attempts) {
136 for (i = 0; i < attempts; i++) {
122 upwr_poll_req_status(enum upwr_sg sg, u32 *sgfptr, enum upwr_resp *errptr, int *retptr, u32 attempts) argument
H A Dupower_api.h257 u32 attempts);
/u-boot/board/synopsys/hsdk/
H A Dhsdk.c484 /* attempts number for check clave CPU ready_flag */
485 u32 attempts = 100; local
505 while (!arc_read_uncached_32(&cross_cpu_data.ready_flag) && attempts--)
515 if (!attempts)
/u-boot/drivers/video/zynqmp/
H A Dzynqmp_dpsub.c2047 int attempts = 0; local
2051 while (attempts < 5) {
2062 attempts++;
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c505 int attempts = 0; local
546 attempts++;
586 (yaffs_wr_attempts <= 0 || attempts <= yaffs_wr_attempts));
591 if (attempts > 1) {
593 "**>> yaffs write required %d attempts",
594 attempts);
595 dev->n_retried_writes += (attempts - 1);
/u-boot/drivers/net/
H A De1000.c603 uint32_t attempts = 100000; local
607 for (i = 0; i < attempts; i++) {
881 uint32_t attempts = 100000; local
901 for (k = 0; k < attempts; k++) {

Completed in 171 milliseconds