Searched refs:retries (Results 1 – 10 of 10) sorted by relevance
/arch/microblaze/kernel/ |
D | early_printk.c | 38 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/ |
D | dma_lib.c | 321 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/ |
D | device-init.c | 650 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/ |
D | smu.h | 512 int retries; member
|
/arch/arm/mach-tegra/ |
D | pcie.c | 850 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/ |
D | fault.c | 168 int retries = 0; in wait_for_migration() local 172 if (++retries > bound) in wait_for_migration()
|
/arch/arm/mach-s3c24xx/ |
D | mach-h1940.c | 534 int value, retries = 100; in h1940_lcd_power_set() local 541 } while (value && retries--); in h1940_lcd_power_set()
|
/arch/sparc/kernel/ |
D | smp_64.c | 629 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/ |
D | mce.c | 202 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/ |
D | head.S | 75 la %r6,3 # 3 retries
|