Searched refs:recover (Results 1 - 5 of 5) sorted by relevance

/arch/avr32/mach-at32ap/
H A Dhsmc.c35 int recover; local
94 recover = ns2cyc(timing->ncs_read_recover);
96 recover = 1;
98 cycle = config->ncs_read_setup + config->ncs_read_pulse + recover;
105 recover = ns2cyc(timing->nrd_recover);
107 recover = 1;
109 cycle = config->nrd_setup + config->nrd_pulse + recover;
116 recover = ns2cyc(timing->ncs_write_recover);
118 recover = 1;
120 cycle = config->ncs_write_setup + config->ncs_write_pulse + recover;
[all...]
/arch/ia64/lib/
H A Dstrlen_user.S111 chk.s v[1], .recover // if already NaT, then directly skip to recover
133 (p6) br.cond.spnt .recover // jump to recovery if val1 is NaT
140 (p7) br.cond.spnt .recover // jump to recovery if val2 is NaT
165 .recover:
H A Dstrlen.S130 (p6) br.cond.spnt .recover // jump to recovery if val1 is NaT
137 (p7) br.cond.spnt .recover // jump to recovery if val2 is NaT
168 .recover:
/arch/ia64/kernel/
H A Dmca.c1285 int recover, cpu = smp_processor_id(); local
1288 { .sos = sos, .monarch_cpu = &monarch_cpu, .data = &recover };
1329 recover = (ia64_mca_ucmc_extension
1334 if (recover) {
/arch/powerpc/kernel/
H A Dtraps.c492 * In write shadow mode we auto-recover from the error, but it
660 int recover = 0; local
671 recover = ppc_md.machine_check_exception(regs);
673 recover = cur_cpu_spec->machine_check(regs);
675 if (recover > 0)

Completed in 161 milliseconds