Searched refs:retries (Results 1 - 10 of 10) sorted by relevance

/arch/microblaze/kernel/
H A Dearly_printk.c37 unsigned retries = 1000000; local
39 while (--retries && (in_be32(base_addr + 8) & (1 << 3)))
44 if (retries)
82 unsigned retries = 10000; local
84 while (--retries &&
88 if (retries)
/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c320 int reg, retries; local
326 for (retries = 0; retries < MAX_RETRIES; retries++) {
337 for (retries = 0; retries < MAX_RETRIES; retries++) {
/arch/s390/pci/
H A Dpci_clp.c201 int rc, retries = 100; local
218 retries--;
219 if (retries < 0)
/arch/powerpc/platforms/ps3/
H A Ddevice-init.c650 unsigned int retries; local
657 for (retries = 0; retries < 10; retries++) {
671 if (retries)
672 pr_debug("%s:%u: device %llu:%llu found after %u retries\n",
673 __func__, __LINE__, bus_id, dev_id, retries);
/arch/powerpc/include/asm/
H A Dsmu.h151 * 0xfe result. OF does a loop of up to 64 retries, waiting 20ms and
152 * doing the above again until either the retries expire or the result
512 int retries; member in struct:smu_i2c_cmd
/arch/sparc/kernel/
H A Dsmp_64.c619 int retries, this_cpu, prev_sent, i, saw_cpu_error; local
628 retries = 0;
688 if (unlikely(++retries > 10000))
711 " progress after %d retries.\n",
712 this_cpu, retries);
/arch/arm/mach-s3c24xx/
H A Dmach-h1940.c528 int value, retries = 100; local
535 } while (value && retries--);
/arch/tile/mm/
H A Dfault.c167 int retries = 0; local
171 if (++retries > bound)
/arch/mn10300/kernel/
H A Dmn10300-serial.c447 int retries = 100; local
459 * disabled or we wait some number of retries for the VDMA handler
460 * to disable it. The retries give the VDMA handler enough time to
466 while ((*port->tx_icr & GxICR_ENABLE) && retries-- > 0)
468 if (retries <= 0) {
/arch/x86/kernel/cpu/mcheck/
H A Dmce.c211 unsigned retries = 1; local
216 if (time_after_eq(jiffies, start + 2*retries))
217 retries++;
221 if (!m->finished && retries >= 4) {

Completed in 889 milliseconds