Searched refs:allErrors (Results 1 - 2 of 2) sorted by relevance

/drivers/edac/
H A Di5400_edac.c523 unsigned long allErrors)
536 if (!allErrors)
539 if (allErrors & ERROR_FAT_MASK)
541 else if (allErrors & FERR_NF_UNCORRECTABLE)
565 errnum = find_first_bit(&allErrors, ARRAY_SIZE(error_name));
572 type, allErrors, error_name[errnum]);
589 unsigned long allErrors; local
599 allErrors = from_nf_ferr(info->ferr_nf_fbd & FERR_NF_MASK);
600 if (!allErrors)
605 if (allErrors
521 i5400_proccess_non_recoverable_info(struct mem_ctl_info *mci, struct i5400_error_info *info, unsigned long allErrors) argument
667 { u32 allErrors; local
[all...]
H A Di5000_edac.c475 u32 allErrors; local
484 allErrors = (info->ferr_fat_fbd & FERR_FAT_MASK);
485 if (!allErrors)
504 switch (allErrors) {
539 allErrors, specific);
558 u32 allErrors; local
570 allErrors = (info->ferr_nf_fbd & FERR_NF_MASK);
571 if (!allErrors)
575 ue_errors = allErrors & FERR_NF_UNCORRECTABLE;
646 ce_errors = allErrors
[all...]

Completed in 64 milliseconds