Home
last modified time | relevance | path

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

/arch/microblaze/kernel/
Dearly_printk.c38 unsigned retries = 1000000; in early_printk_uartlite_putc() local
40 while (--retries && (in_be32(base_addr + 8) & (1 << 3))) in early_printk_uartlite_putc()
45 if (retries) in early_printk_uartlite_putc()
83 unsigned retries = 10000; in early_printk_uart16550_putc() local
85 while (--retries && in early_printk_uart16550_putc()
89 if (retries) in early_printk_uart16550_putc()
/arch/powerpc/platforms/pasemi/
Ddma_lib.c321 int reg, retries; in pasemi_dma_stop_chan() local
327 for (retries = 0; retries < MAX_RETRIES; retries++) { in pasemi_dma_stop_chan()
338 for (retries = 0; retries < MAX_RETRIES; retries++) { in pasemi_dma_stop_chan()
/arch/powerpc/platforms/ps3/
Ddevice-init.c650 unsigned int retries; in ps3_find_and_add_device() local
657 for (retries = 0; retries < 10; retries++) { in ps3_find_and_add_device()
671 if (retries) in ps3_find_and_add_device()
673 __func__, __LINE__, bus_id, dev_id, retries); in ps3_find_and_add_device()
/arch/powerpc/include/asm/
Dsmu.h512 int retries; member
/arch/arm/mach-tegra/
Dpcie.c850 int retries = 3; in tegra_pcie_check_link() local
889 retries--; in tegra_pcie_check_link()
890 } while (retries); in tegra_pcie_check_link()
/arch/tile/mm/
Dfault.c168 int retries = 0; in wait_for_migration() local
172 if (++retries > bound) in wait_for_migration()
/arch/arm/mach-s3c24xx/
Dmach-h1940.c534 int value, retries = 100; in h1940_lcd_power_set() local
541 } while (value && retries--); in h1940_lcd_power_set()
/arch/sparc/kernel/
Dsmp_64.c629 int retries, this_cpu, prev_sent, i, saw_cpu_error; in hypervisor_xcall_deliver() local
638 retries = 0; in hypervisor_xcall_deliver()
698 if (unlikely(++retries > 10000)) in hypervisor_xcall_deliver()
722 this_cpu, retries); in hypervisor_xcall_deliver()
/arch/x86/kernel/cpu/mcheck/
Dmce.c202 unsigned retries = 1; in drain_mcelog_buffer() local
207 if (time_after_eq(jiffies, start + 2*retries)) in drain_mcelog_buffer()
208 retries++; in drain_mcelog_buffer()
212 if (!m->finished && retries >= 4) { in drain_mcelog_buffer()
/arch/s390/kernel/
Dhead.S75 la %r6,3 # 3 retries